Skip to content

Commit

Permalink
Merge pull request #407 from perfectsense/prep-dev-1.3.0
Browse files Browse the repository at this point in the history
prepare for development 1.3.0
  • Loading branch information
deepanjan90 authored Sep 21, 2022
2 parents 0118a88 + 76d8966 commit 7c53584
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
CHANGELOG
=========

## 1.2.0 (September 6th, 2022)

ENHANCEMENTS:

* core: Allow batch refresh. ([389](https://github.com/perfectsense/gyro/pull/405))

ISSUES FIXED:

* core: Fix returning exit status on gyro runs. ([387](https://github.com/perfectsense/gyro/pull/406))

## 1.1.3rc1 (March 2nd, 2022)

ENHANCEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

def releaseVersion = '1.2.0'
def releaseVersion = '1.3.0'
def releaseBuild = false;
import org.apache.tools.ant.taskdefs.condition.Os;

Expand Down

0 comments on commit 7c53584

Please sign in to comment.