diff --git a/changelogs/fragments/2.14.1.yml b/changelogs/fragments/2.14.1.yml new file mode 100644 index 00000000..37d64bcf --- /dev/null +++ b/changelogs/fragments/2.14.1.yml @@ -0,0 +1,11 @@ +release_summary: | + Bugfix and maintenance release with updated documentation. + + From this version on, community.crypto is using the new `Ansible semantic markup + `__ + in its documentation. If you look at documentation with the ansible-doc CLI tool + from ansible-core before 2.15, please note that it does not render the markup + correctly. You should be still able to read it in most cases, but you need + ansible-core 2.15 or later to see it as it is intended. Alternatively you can + look at `the devel docsite `__ + for the rendered HTML version of the documentation of the latest release. diff --git a/galaxy.yml b/galaxy.yml index f7e506f0..cec433e7 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -5,7 +5,7 @@ namespace: community name: crypto -version: 2.15.0 +version: 2.14.1 readme: README.md authors: - Ansible (github.com/ansible)