diff --git a/CHANGELOG.md b/CHANGELOG.md index 07531892..30f87dd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -176,3 +176,7 @@ ## v1.2.13 - Doc meta + +## v1.12.14 + +- Documentation updates diff --git a/README.md b/README.md index a7a771ce..825f410f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Consul [![Build Status](https://travis-ci.org/brianshumate/ansible-consul.svg?branch=master)](https://travis-ci.org/brianshumate/ansible-consul) -[![Ansible Galaxy](https://img.shields.io/badge/galaxy-brianshumate.nomad-blue.svg)](https://galaxy.ansible.com/brianshumate/consul/) +[![Ansible Galaxy](https://img.shields.io/badge/galaxy-brianshumate.consul-blue.svg)](https://galaxy.ansible.com/brianshumate/consul/) [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/brianshumate/ansible-consul.svg)](http://isitmaintained.com/project/brianshumate/ansible-consul "Average time to resolve an issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/brianshumate/ansible-consul.svg)](http://isitmaintained.com/project/brianshumate/ansible-consul "Percentage of issues still open") @@ -86,8 +86,7 @@ unarchive module, so ensure that your system has `gtar` installed. ## Example Playbook - -Basic nomad installation is possible using the included `site.yml` playbook: +Basic installation is possible using the included `site.yml` playbook: ``` ansible-playbook -i hosts site.yml diff --git a/version.txt b/version.txt index c679343c..04581371 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v1.2.13 +v1.2.14