Skip to content

Commit cd0a0fc

Browse files
committed
Release 1.3.1
1 parent 12d948d commit cd0a0fc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.3.1 (March 1, 2021)
2+
3+
- Fix: argument passing for keyword args in Ruby 3
4+
15
# 1.3.0 (September 21, 2020)
26

37
* Feature: add TooManyRequests (429) error class

lib/pco/api/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module PCO
22
module API
3-
VERSION = '1.3.0'
3+
VERSION = '1.3.1'
44
end
55
end

0 commit comments

Comments
 (0)