Skip to content

Commit 5f6728a

Browse files
committed
Release 1.1.1
1 parent f0fc6ac commit 5f6728a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.1.1 (June 5, 2015)
2+
3+
* Fix: always return a string for error.message
4+
15
# 1.1.0 (June 5, 2015)
26

37
* Fix: use url-encoded body for oauth endpoints

lib/pco/api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module PCO
22
module API
3-
VERSION = '1.1.0'
3+
VERSION = '1.1.1'
44
end
55
end

0 commit comments

Comments
 (0)