Skip to content

Commit

Permalink
Changing version number to 0.12.2 and adding change log.
Browse files Browse the repository at this point in the history
  • Loading branch information
katmsft authored and vinjiang committed Aug 10, 2017
1 parent 56f3f89 commit aee1202
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog.md
@@ -1,3 +1,8 @@
2017.08 - version 0.12.2-preview

ALL
* Removed Nokogiri as a dependency to resolve conflict version caused by azure-core also depending on Nokogiri.

2017.04 - version 0.12.1-preview

ALL
Expand Down
2 changes: 1 addition & 1 deletion lib/azure/storage/version.rb
Expand Up @@ -28,7 +28,7 @@ class Version
# Fields represent the parts defined in http://semver.org/
MAJOR = 0 unless defined? MAJOR
MINOR = 12 unless defined? MINOR
UPDATE = 1 unless defined? UPDATE
UPDATE = 2 unless defined? UPDATE
PRE = 'preview' unless defined? PRE

class << self
Expand Down

0 comments on commit aee1202

Please sign in to comment.