From fe29fe138368bd290f8d9567746e01fe931d9704 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 10:46:55 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- src/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 0d5a4f55..2a560e04 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/mattzcarey/code-review-gpt/compare/v0.1.0...v0.2.0) (2023-08-30) + + +### Features + +* Added C++ to languageMap ([#207](https://github.com/mattzcarey/code-review-gpt/issues/207)) ([9c3ef29](https://github.com/mattzcarey/code-review-gpt/commit/9c3ef29039da3186592d61f314cf07161fff247b)) + ## [0.1.0](https://github.com/mattzcarey/code-review-gpt/compare/v0.0.34...v0.1.0) (2023-08-16)