Merge pull request #384 from veronicagg/updaterel
Updating version and changelog for 0.7.5 release
This commit is contained in:
Коммит
2108be92a7
|
@ -1,3 +1,6 @@
|
|||
## 2016.5.2 - Azure Gems @version 0.7.5
|
||||
* Require azure/core before extending serialization class with it [#383](https://github.com/Azure/azure-sdk-for-ruby/pull/383)
|
||||
|
||||
## 2016.4.18 - Azure Gems @version 0.7.4
|
||||
* Signing key must be provided (ArgumentError) [#367](https://github.com/Azure/azure-sdk-for-ruby/issues/367)
|
||||
* Can not upload file with spaces [#360](https://github.com/Azure/azure-sdk-for-ruby/issues/360)
|
||||
|
|
|
@ -17,7 +17,7 @@ module Azure
|
|||
class Version
|
||||
MAJOR = 0 unless defined? MAJOR
|
||||
MINOR = 7 unless defined? MINOR
|
||||
UPDATE = 4 unless defined? UPDATE
|
||||
UPDATE = 5 unless defined? UPDATE
|
||||
PRE = nil unless defined? PRE
|
||||
|
||||
class << self
|
||||
|
|
Загрузка…
Ссылка в новой задаче