diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a2e6f5..2fffb7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ ## Unreleased + +## 0.3.0 +- Fix a bug that deploy pr messages trigger other actions also +- Warn when deployment pull request includes database migration +- Refactor CreateDeployPullRequest - Add `search issues` command - Support test on GitHub Actions - Add rubocop, rubocop-rake, rubocop-performance, rubocop-rspec gems diff --git a/lib/ruboty/github/version.rb b/lib/ruboty/github/version.rb index 479de3c..2a60bc7 100644 --- a/lib/ruboty/github/version.rb +++ b/lib/ruboty/github/version.rb @@ -2,6 +2,6 @@ module Ruboty module Github - VERSION = '0.2.3' + VERSION = '0.3.0' end end