We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8495b89 commit c9f887fCopy full SHA for c9f887f
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Release History
2
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
10
## 0.14.0 / 2020-03-31
11
12
* Support for fetching ID tokens from google oauth2 endpoint.
lib/signet/version.rb
@@ -13,5 +13,5 @@
13
# limitations under the License.
14
15
module Signet
16
- VERSION = "0.14.0".freeze
+ VERSION = "0.14.1".freeze
17
end
0 commit comments