-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
version bump to v1.1.0 and changelog update
- Loading branch information
Adam Leff
committed
Dec 7, 2015
1 parent
48cb8ea
commit b673095
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# knife-oraclecloud | ||
|
||
## v1.1.0 (2015-12-07) | ||
|
||
* [pr#2](https://github.com/chef-partners/knife-oraclecloud/pull/2) Updated identity domain method calls to match recent changes in the underlying Oracle Cloud client library | ||
|
||
## v1.0.0 (2015-10-15) | ||
* Initial release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,5 +17,5 @@ | |
# | ||
|
||
module KnifeOracleCloud | ||
VERSION = '1.0.0' | ||
VERSION = '1.1.0' | ||
end |