Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seven1m committed Sep 21, 2020
1 parent 0dac76e commit 9f63b56
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 1.3.0 (September 21, 2020)

* Feature: add TooManyRequests (429) error class
* Feature: expose headers as attr on response and on error class
* Chore: bump version of Excon

# 1.2.2 (August 17, 2017)

* Chore: fix Faraday middleware warning
Expand Down
2 changes: 1 addition & 1 deletion lib/pco/api/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module PCO
module API
VERSION = '1.2.2'
VERSION = '1.3.0'
end
end

0 comments on commit 9f63b56

Please sign in to comment.