We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f36878 commit b2bc815Copy full SHA for b2bc815
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "1.3.0"
+ ".": "1.4.0"
3
}
CHANGELOG.md
@@ -1,5 +1,11 @@
# Release History
+### 1.4.0 (2022-12-14)
4
+
5
+#### Features
6
7
+* make new_jwt_token public in order to fetch raw token directly ([#405](https://github.com/googleapis/google-auth-library-ruby/issues/405))
8
9
### 1.3.0 (2022-10-18)
10
11
#### Features
lib/googleauth/version.rb
@@ -16,6 +16,6 @@ module Google
16
# Module Auth provides classes that provide Google-specific authorization
17
# used to access Google APIs.
18
module Auth
19
- VERSION = "1.3.0".freeze
+ VERSION = "1.4.0".freeze
20
end
21
0 commit comments