We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0fc6ac commit 5f6728aCopy full SHA for 5f6728a
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.1.1 (June 5, 2015)
2
+
3
+* Fix: always return a string for error.message
4
5
# 1.1.0 (June 5, 2015)
6
7
* Fix: use url-encoded body for oauth endpoints
lib/pco/api/version.rb
@@ -1,5 +1,5 @@
module PCO
module API
- VERSION = '1.1.0'
+ VERSION = '1.1.1'
end
0 commit comments