Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seven1m committed Mar 1, 2021
1 parent 3516c8e commit fd8395d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.0.0 (March 1, 2021)

- Feature: automatically retry when rate limited

# 1.3.1 (March 1, 2021)

- Fix: argument passing for keyword args in Ruby 3
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.3.1'
VERSION = '2.0.0'
end
end

0 comments on commit fd8395d

Please sign in to comment.