diff --git a/CHANGELOG.md b/CHANGELOG.md index c95985c5..8404d93f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [22.1.0] - 2019-03-19 +### Added +- `event.repository.full_name` and `event.pull_request.base.repo.full_name` on `cot_verify` (for GitHub repos) + ## [22.0.1] - 2019-03-13 ### Fixed - Allow snapcraft beta scope on mozilla-release diff --git a/version.json b/version.json index c9eb3634..ed300fdd 100644 --- a/version.json +++ b/version.json @@ -1,8 +1,8 @@ { "version": [ 22, - 0, - 1 + 1, + 0 ], - "version_string": "22.0.1" + "version_string": "22.1.0" }