diff --git a/CHANGELOG.md b/CHANGELOG.md index 88ec4eab..2d561c1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.2] + +### Added + + - Adds ability to merge Version Bump PRs with PR comment ([#179](https://github.com/MetaMask/github-tools/pull/179)) + +### Changed + + - Update to use topology.json instead of old teams.json for commits.csv during create release pr ([#180](https://github.com/MetaMask/github-tools/pull/180)) + + ## [1.1.0] ### Added diff --git a/package.json b/package.json index 23a45966..2aae301b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/github-tools", - "version": "1.1.0", + "version": "1.1.2", "private": true, "description": "Tools for interacting with the GitHub API to do metrics gathering", "repository": {