Skip to content

Commit

Permalink
update docs for release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apenella committed Nov 27, 2024
1 parent 16c3dcc commit 4204226
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ 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).

## [unreleased]

### Fixed

- In the example _ansibleplaybook-embed-python_ upgrade the Ansible version to 2.17.5, which fixes an Ansible vulnerability. (https://github.com/apenella/go-ansible/security/dependabot/7)
## v2.1.0 (2024-11-27)

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ _**Important:** The master branch may contain unreleased or pre-released feature
Use this command to fetch and install the _go-ansible_ module. You can install the release candidate version by executing the following command:

```sh
go get github.com/apenella/go-ansible/v2@v2.0.1
go get github.com/apenella/go-ansible/v2@v2.1.0
```

You can also install the previous stable version by executing the following command:
Expand Down
6 changes: 1 addition & 5 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
# Release notes

## [unreleased]

### Fixed

- In the example _ansibleplaybook-embed-python_ upgrade the Ansible version to 2.17.5, which fixes an Ansible vulnerability. (https://github.com/apenella/go-ansible/security/dependabot/7)
## [v2.1.0]

### Added

Expand Down

0 comments on commit 4204226

Please sign in to comment.