diff --git a/CHANGELOG.md b/CHANGELOG.md index f725857..d2f4458 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ # Unreleased +# v0.0.3 + - [#68](https://github.com/wandersoncferreira/code-review/pull/68): add files changed heading before diff - [#74](https://github.com/wandersoncferreira/code-review/pull/74): fix `code-review-forge-pr-at-point` command - [#75](https://github.com/wandersoncferreira/code-review/pull/75): fix bug related to MELPA not delivering graphql files by default. Special thanks to [@mplanchard](https://github.com/mplanchard) diff --git a/code-review.el b/code-review.el index e53e16e..4d8a723 100644 --- a/code-review.el +++ b/code-review.el @@ -6,7 +6,7 @@ ;; Maintainer: Wanderson Ferreira ;; Created: October 14, 2021 ;; Modified: October 14, 2021 -;; Version: 0.0.2 +;; Version: 0.0.3 ;; Keywords: git, tools, vc ;; Homepage: https://github.com/wandersoncferreira/code-review ;; Package-Requires: ((emacs "25.1") (closql "1.2.0") (magit "3.0.0") (a "1.0.0") (ghub "3.5.1") (uuidgen "1.2") (deferred "0.5.1") (markdown-mode "2.4") (forge "0.3.0") (emojify "1.2"))