From 9f63b5605a858b560e32448c4d9cb50e6764c635 Mon Sep 17 00:00:00 2001 From: Tim Morgan Date: Mon, 21 Sep 2020 14:12:38 -0500 Subject: [PATCH] Release 1.3.0 --- CHANGELOG.md | 6 ++++++ lib/pco/api/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 642ba24..3ba4882 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/pco/api/version.rb b/lib/pco/api/version.rb index 0ddcaed..e1236c4 100644 --- a/lib/pco/api/version.rb +++ b/lib/pco/api/version.rb @@ -1,5 +1,5 @@ module PCO module API - VERSION = '1.2.2' + VERSION = '1.3.0' end end