Skip to content

Commit

Permalink
Release v0.13.1
Browse files Browse the repository at this point in the history
Changes:
* Fix issue with ActiveSupport 7+ (#415)
* Switch to GitHub Actions (#414)
  • Loading branch information
agrare committed Feb 16, 2022
1 parent f84abc2 commit e3e63ec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
= 0.13.1 - 16-Feb-2022
* Fix issue with ActiveSupport 7+ (#415)
* Switch to GitHub Actions (#414)

= 0.11.0 - 20-Apr-2021
* Modify the VirtualMachineService#get method to include instance view
information
Expand Down
2 changes: 1 addition & 1 deletion lib/azure/armrest/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Azure
module Armrest
# The version of the azure-armrest library.
VERSION = '0.13.0'.freeze
VERSION = '0.13.1'.freeze
end
end

0 comments on commit e3e63ec

Please sign in to comment.