diff --git a/CHANGELOG.md b/CHANGELOG.md index 38f99c8..a7b0d8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v0.3.0 + +- add PR title to message (2017-05-04) + # v0.2.0 - show all faces in messages even if all people are not in a work hour diff --git a/lib/review_bot.rb b/lib/review_bot.rb index 8687b10..c5bec52 100644 --- a/lib/review_bot.rb +++ b/lib/review_bot.rb @@ -14,5 +14,5 @@ require_relative 'review_bot/notification' module ReviewBot - VERSION = '0.2.0'.freeze + VERSION = '0.3.0' end