Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Lee Hicks committed Nov 4, 2017
1 parent c3aa083 commit c5d969c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
## [0.13.0] - 2017-11-03
- Added api required endpoint access exceptions
- Upgrade Swagger to OpenAPI 3.0 specification

## [0.12.0] - 2017-08-17
### Changed
Expand Down Expand Up @@ -77,7 +80,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## 0.1.0 - 2015-10-24
First official release working with the new [dreamfactory](https://github.com/dreamfactorysoftware/dreamfactory) project.

[Unreleased]: https://github.com/dreamfactorysoftware/df-oauth/compare/0.12.0...HEAD
[Unreleased]: https://github.com/dreamfactorysoftware/df-oauth/compare/0.13.0...HEAD
[0.13.0]: https://github.com/dreamfactorysoftware/df-oauth/compare/0.12.0...0.13.0
[0.12.0]: https://github.com/dreamfactorysoftware/df-oauth/compare/0.11.0...0.12.0
[0.11.0]: https://github.com/dreamfactorysoftware/df-oauth/compare/0.10.0...0.11.0
[0.10.0]: https://github.com/dreamfactorysoftware/df-oauth/compare/0.9.0...0.10.0
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"wiki": "https://wiki.dreamfactory.com"
},
"require": {
"dreamfactory/df-core": "~0.12.0",
"dreamfactory/df-core": "~0.13.0",
"laravel/socialite": "~2.0",
"socialiteproviders/microsoft-live": "^2.0",
"socialiteproviders/twitter": "^2.0"
Expand All @@ -38,7 +38,7 @@
},
"extra": {
"branch-alias": {
"dev-develop": "0.12.x-dev"
"dev-develop": "0.13.x-dev"
}
}
}

0 comments on commit c5d969c

Please sign in to comment.