diff --git a/CHANGELOG.md b/CHANGELOG.md index 9af942f..0716703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Release History +## [0.16.0](https://www.github.com/googleapis/signet/compare/signet/v0.15.0...signet/v0.16.0) (2021-09-03) + + +### Features + +* Support for fetching an access token with basic auth ([3c43e32](https://www.github.com/googleapis/signet/commit/3c43e3201d79b1e2303e672f3c07e060c5079423)) + + +### Bug Fixes + +* Remove extraneous files from the gem ([e515bb6](https://www.github.com/googleapis/signet/commit/e515bb627a64e32ec885412fed8b01eb73067ee0)) +* Require addressable 2.8 to remediate vulnerability ([9a2f899](https://www.github.com/googleapis/signet/commit/9a2f8996f522538c4bb7998535e2a50331d564fc)) + ## [0.15.0](https://www.github.com/googleapis/signet/compare/v0.14.1...v0.15.0) (2021-03-04) diff --git a/lib/signet/version.rb b/lib/signet/version.rb index a293a73..edfb234 100644 --- a/lib/signet/version.rb +++ b/lib/signet/version.rb @@ -13,5 +13,5 @@ # limitations under the License. module Signet - VERSION = "0.15.0".freeze + VERSION = "0.16.0".freeze end