diff --git a/CHANGELOG.md b/CHANGELOG.md index c1a7ec2..94bad11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.0.1 (August 8, 2022) + +- Chore: Update Faraday dependency and update Faraday auth setup + # 2.0.0 (March 1, 2021) - Feature: automatically retry when rate limited diff --git a/lib/pco/api/version.rb b/lib/pco/api/version.rb index 9cba983..fc695dd 100644 --- a/lib/pco/api/version.rb +++ b/lib/pco/api/version.rb @@ -1,5 +1,5 @@ module PCO module API - VERSION = '2.0.0' + VERSION = '2.0.1' end end