Skip to content

Commit 722e5b2

Browse files
committed
Bump version to 4.0.2
1 parent a229ecc commit 722e5b2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 4.0.2
4+
5+
Make overwritten Authorization header possible again.
6+
7+
## 4.0.1
8+
9+
Fix so that settings port number is no longer ignored
10+
11+
## 4.0.0
12+
13+
Replace Excon with std lib Net::HTTP, so raised errors will have different underlying errors.
14+
The returned header keys are all lowercase.
15+
316
## 3.0.1
417

518
* Fixed bug where variations of Content-Type application/json got scrubbed, fx application/json;charset=UTF-8 (https://github.com/QuickPay/quickpay-ruby-client/pull/41)

Diff for: lib/quickpay/api/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module QuickPay
22
module API
3-
VERSION = "4.0.1".freeze
3+
VERSION = "4.0.2".freeze
44
end
55
end

0 commit comments

Comments
 (0)