diff --git a/CHANGELOG.md b/CHANGELOG.md index 82cd08aac..db2cb99d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.97.0](https://github.com/christophehurpeau/reviewflow/compare/v1.96.0...v1.97.0) (2022-01-29) + + +### Features + +* **deps:** update dependency @slack/web-api to v6.6.0 ([#424](https://github.com/christophehurpeau/reviewflow/issues/424)) ([2035990](https://github.com/christophehurpeau/reviewflow/commit/2035990c6076c0582de0f1d45abdd658f6ca9ca2)) + ## [1.96.0](https://github.com/christophehurpeau/reviewflow/compare/v1.95.0...v1.96.0) (2022-01-23) diff --git a/package.json b/package.json index d777d25b0..e01b7a26f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "reviewflow", "private": true, - "version": "1.96.0", + "version": "1.97.0", "description": "Open Source Github Bot that improves PR flow from opening to merging.", "author": "Christophe Hurpeau (https://christophe.hurpeau.com)", "license": "ISC",