Skip to content

Commit c9f887f

Browse files
chore: release signet 0.14.1 (#176)
1 parent 8495b89 commit c9f887f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release History
22

3+
## [0.14.1](https://www.github.com/googleapis/signet/compare/v0.14.0...v0.14.1) (2021-01-27)
4+
5+
6+
### Bug Fixes
7+
8+
* Fix OAuth1 signature with duplicate query param names ([9f5b81a](https://www.github.com/googleapis/signet/commit/9f5b81a60625a6e6f0e5bca24c67b90e73d7479b))
9+
310
## 0.14.0 / 2020-03-31
411

512
* Support for fetching ID tokens from google oauth2 endpoint.

lib/signet/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414

1515
module Signet
16-
VERSION = "0.14.0".freeze
16+
VERSION = "0.14.1".freeze
1717
end

0 commit comments

Comments
 (0)