Skip to content

Commit f457b08

Browse files
chore(main): release googleauth 1.2.0 (#388)
1 parent bb4dea2 commit f457b08

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-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.1.3"
2+
".": "1.2.0"
33
}

CHANGELOG.md

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

3+
### 1.2.0 (2022-06-23)
4+
5+
* Updated minimum Ruby version to 2.6
6+
37
### 1.1.3 (2022-04-20)
48

59
#### Documentation

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.1.3".freeze
19+
VERSION = "1.2.0".freeze
2020
end
2121
end

0 commit comments

Comments
 (0)