Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Preparing for release of azure gem v0.7.8 (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarangan12 authored Apr 17, 2017
1 parent 4c0d4c5 commit 9e95b57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 2017.04.17 - Azure Gems @version 0.7.8
* Code changes to install nokogiri based on the ruby version. [#749](https://github.com/Azure/azure-sdk-for-ruby/pull/749)

## 2016.11.14 - Azure Gems @version 0.7.7
* Fixing Relax mime-types gem pinning Issue [#482](https://github.com/Azure/azure-sdk-for-ruby/issues/482) PR [#518](https://github.com/Azure/azure-sdk-for-ruby/pull/518)
* Fixing Azure gem has hard dependency on JSON 1.8 and fails with newer ruby versions [#482](https://github.com/Azure/azure-sdk-for-ruby/issues/490) PR [#518](https://github.com/Azure/azure-sdk-for-ruby/pull/518)
Expand Down
2 changes: 1 addition & 1 deletion lib/azure/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module Azure
class Version
MAJOR = 0 unless defined? MAJOR
MINOR = 7 unless defined? MINOR
UPDATE = 7 unless defined? UPDATE
UPDATE = 8 unless defined? UPDATE
PRE = nil unless defined? PRE

class << self
Expand Down

0 comments on commit 9e95b57

Please sign in to comment.