diff --git a/README.d/CHANGELOG.md b/README.d/CHANGELOG.md index 3b8e1c7..d255151 100644 --- a/README.d/CHANGELOG.md +++ b/README.d/CHANGELOG.md @@ -1,3 +1,10 @@ +#### 2.7.0 + +Unguarded Clover + +* Set positional parameters early +* Support Ansible `changed=true` detection + #### 2.6.0 Crimson Ointment diff --git a/const.go b/const.go index e98c175..f8cf9b7 100644 --- a/const.go +++ b/const.go @@ -1,7 +1,7 @@ package main -const cVERSION = "2.6.0" -const cCODE = "Crimson Ointment" +const cVERSION = "2.7.0" +const cCODE = "Unguarded Clover" const cOP = "LOG" const cINC = "VARS"