Skip to content

Commit

Permalink
chore: release signet 0.15.0 (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Mar 4, 2021
1 parent bd6fe87 commit 26a739a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Release History

## [0.15.0](https://www.github.com/googleapis/signet/compare/v0.14.1...v0.15.0) (2021-03-04)


### Features

* Drop support for Ruby 2.4 and add support for Ruby 3.0 ([bd6fe87](https://www.github.com/googleapis/signet/commit/bd6fe87948f8fc7702720dae651e82f4fd348b5d))

## 0.14.1 / 2021-01-27

* Fix OAuth1 signature with duplicate query param names
Expand Down
2 changes: 1 addition & 1 deletion lib/signet/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.

module Signet
VERSION = "0.14.1".freeze
VERSION = "0.15.0".freeze
end

0 comments on commit 26a739a

Please sign in to comment.