Skip to content

Commit b2bc815

Browse files
chore(main): release googleauth 1.4.0 (#406)
1 parent 0f36878 commit b2bc815

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.3.0"
2+
".": "1.4.0"
33
}

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
### 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+
39
### 1.3.0 (2022-10-18)
410

511
#### Features

lib/googleauth/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ module Google
1616
# Module Auth provides classes that provide Google-specific authorization
1717
# used to access Google APIs.
1818
module Auth
19-
VERSION = "1.3.0".freeze
19+
VERSION = "1.4.0".freeze
2020
end
2121
end

0 commit comments

Comments
 (0)