From 26a739a2cf57496e14158dff711be5175d7c9cd9 Mon Sep 17 00:00:00 2001 From: yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> Date: Thu, 4 Mar 2021 08:23:24 -0800 Subject: [PATCH] chore: release signet 0.15.0 (#179) --- CHANGELOG.md | 7 +++++++ lib/signet/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a6357c..9af942f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/signet/version.rb b/lib/signet/version.rb index 3cfe924..a293a73 100644 --- a/lib/signet/version.rb +++ b/lib/signet/version.rb @@ -13,5 +13,5 @@ # limitations under the License. module Signet - VERSION = "0.14.1".freeze + VERSION = "0.15.0".freeze end