Skip to content

Commit

Permalink
chore(main): release googleauth 1.1.3 (#384)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


### 1.1.3 (2022-04-20)

#### Documentation

* Add README instructions for 3-Legged OAuth with a service account

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
yoshi-code-bot authored Apr 20, 2022
1 parent d1b2714 commit ffb4483
Show file tree
Hide file tree
Showing 3 changed files with 8 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.2"
".": "1.1.3"
}
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

### 1.1.3 (2022-04-20)

#### Documentation

* Add README instructions for 3-Legged OAuth with a service account

### 1.1.2 (2022-02-22)

#### Bug Fixes
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.2".freeze
VERSION = "1.1.3".freeze
end
end

0 comments on commit ffb4483

Please sign in to comment.