diff --git a/CHANGELOG.md b/CHANGELOG.md index abaedb4..9589df8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,17 @@ # Changelog - -## [v1.3.0](https://github.com/inspec/train-k8s-container/tree/v1.3.0) (2024-01-31) + +## [v1.3.1](https://github.com/inspec/train-k8s-container/tree/v1.3.1) (2024-03-05) #### Merged Pull Requests -- add support to file connection [#19](https://github.com/inspec/train-k8s-container/pull/19) ([sathish-progress](https://github.com/sathish-progress)) +- Bug Fix shell run command [#21](https://github.com/inspec/train-k8s-container/pull/21) ([sathish-progress](https://github.com/sathish-progress)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Bug Fix shell run command [#21](https://github.com/inspec/train-k8s-container/pull/21) ([sathish-progress](https://github.com/sathish-progress)) - add support to file connection [#19](https://github.com/inspec/train-k8s-container/pull/19) ([sathish-progress](https://github.com/sathish-progress)) - Fix for undefined method presence [#17](https://github.com/inspec/train-k8s-container/pull/17) ([Vasu1105](https://github.com/Vasu1105)) - CHEF-7406 update README and inspec compatibility [#15](https://github.com/inspec/train-k8s-container/pull/15) ([sathish-progress](https://github.com/sathish-progress)) diff --git a/VERSION b/VERSION index 589268e..6261a05 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0 \ No newline at end of file +1.3.1 \ No newline at end of file diff --git a/lib/train/k8s/container/version.rb b/lib/train/k8s/container/version.rb index c247995..832db5c 100644 --- a/lib/train/k8s/container/version.rb +++ b/lib/train/k8s/container/version.rb @@ -3,7 +3,7 @@ module Train module K8s module Container - VERSION = "1.3.0" + VERSION = "1.3.1" end end end