diff --git a/CHANGELOG.md b/CHANGELOG.md index bddbee9..eb6ad2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v1.3.0 + +### Added + +- New feature to execute the Ansible inventory command. [#132](https://github.com/apenella/go-ansible/issues/132) + ## v1.2.2 ### Changed diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8184ad8..04628f5 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,7 +1,7 @@ # Release notes -## v1.2.2 +## v1.3.0 -### Changed +### Added -- Bump golang.org/x/crypto from 0.8.0 to 0.17.0 +- New feature to execute the Ansible inventory command. [#132](https://github.com/apenella/go-ansible/issues/132)