We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9ddf69 commit 0788431Copy full SHA for 0788431
2 files changed
ads_savon/ChangeLog
@@ -1,3 +1,6 @@
1
+1.0.1:
2
+ - Releasing a new version to fix RubyGems file permissions bug.
3
+
4
1.0.0:
5
- Initial release of Google Ads Savon. This is a fork of Savon version 1,
6
which can be found here: https://github.com/savonrb/savon/tree/version1
ads_savon/lib/ads_savon/version.rb
@@ -1,5 +1,5 @@
# Module to keep the current library version.
module GoogleAdsSavon
- VERSION = "1.0.0"
+ VERSION = "1.0.1"
end
0 commit comments