From bceb0406f3a108025c0f5b32bd49c4a88205e0d9 Mon Sep 17 00:00:00 2001 From: getty104 Date: Mon, 27 Mar 2023 17:30:04 +0900 Subject: [PATCH] Release v0.3.1 --- CHANGELOG.md | 3 +++ lib/ruboty/github/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fffb7a..6837231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Unreleased +## 0.3.1 +- Enable to change migration warning message + ## 0.3.0 - Fix a bug that deploy pr messages trigger other actions also - Warn when deployment pull request includes database migration diff --git a/lib/ruboty/github/version.rb b/lib/ruboty/github/version.rb index 2a60bc7..3c1adaf 100644 --- a/lib/ruboty/github/version.rb +++ b/lib/ruboty/github/version.rb @@ -2,6 +2,6 @@ module Ruboty module Github - VERSION = '0.3.0' + VERSION = '0.3.1' end end