From 88ec954b686e5628e95fccbecc9aa731807451bd Mon Sep 17 00:00:00 2001 From: Deepanjan Bhattacharyya Date: Thu, 25 Jun 2020 12:11:09 -0400 Subject: [PATCH 1/2] update changelog --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eac84821..d238805f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,18 @@ CHANGELOG ========= -## 0.99.4 (Unreleased) +## 0.99.5 (Unreleased) + +## 0.99.4 (June 25th, 2020) + +ENHANCEMENTS: + +* core: Add ability to supress version check on `gyro up`. ([294](https://github.com/perfectsense/gyro/issues/294)) +* core: Implement a Diff command. ([302](https://github.com/perfectsense/gyro/issues/302)) + +ISSUES FIXED: + +* workflow: Fix incorrect execution of workflow step. ([297](https://github.com/perfectsense/gyro/issues/297)) ## 0.99.3 (May 14th, 2020) From ab9c826076728096f49c2f4495478c9ac8cc2211 Mon Sep 17 00:00:00 2001 From: Deepanjan Bhattacharyya Date: Thu, 25 Jun 2020 12:22:58 -0400 Subject: [PATCH 2/2] Fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d238805f2..fc6f09536 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ CHANGELOG ENHANCEMENTS: -* core: Add ability to supress version check on `gyro up`. ([294](https://github.com/perfectsense/gyro/issues/294)) +* core: Add ability to suppress version check on `gyro up`. ([294](https://github.com/perfectsense/gyro/issues/294)) * core: Implement a Diff command. ([302](https://github.com/perfectsense/gyro/issues/302)) ISSUES FIXED: