Skip to content

Commit

Permalink
chore(main): release googleauth 1.2.0 (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Jun 23, 2022
1 parent bb4dea2 commit f457b08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.3"
".": "1.2.0"
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

### 1.2.0 (2022-06-23)

* Updated minimum Ruby version to 2.6

### 1.1.3 (2022-04-20)

#### Documentation
Expand Down
2 changes: 1 addition & 1 deletion lib/googleauth/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ module Google
# Module Auth provides classes that provide Google-specific authorization
# used to access Google APIs.
module Auth
VERSION = "1.1.3".freeze
VERSION = "1.2.0".freeze
end
end

0 comments on commit f457b08

Please sign in to comment.