Explorar el Código

Prep for 2.2.0 release

Jared Ledvina hace 8 años
padre
commit
eeafaed8e7
Se han modificado 1 ficheros con 6 adiciones y 3 borrados
  1. 6 3
      CHANGELOG.md

+ 6 - 3
CHANGELOG.md

@@ -5,14 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/)
 The format is based on [Keep a Changelog](http://keepachangelog.com/).
 
 ## [Unreleased]
+
+## [2.2.0] - 2018-02-22
 ### Added
-- Fedora support. Tested in the wild on Fedora 25 as a client and Fedora 27 on the test suite as both master and client.
+- Fedora support. Tested in the wild on Fedora 25 as a client and Fedora 27 on the test suite as both master and client. (@danragnar)
     - `tasks/Fedora/redis.yml`, `tasks/Fedora/rabbit.yml`: Based on CentOS equivalents but with dnf module instead of yum
     - `tasks/Fedora/main.yml`, `tasks/Fedora/dashboard.yml`: links to Centos files
     - `vars/Fedora.yml`: vars for Fedora
 
 ### Changed
-- `tasks/CentOS/dashboard.yml`, `tasks/CentOS/main.yml`: Use generic package module to support Fedora
+- `tasks/CentOS/dashboard.yml`, `tasks/CentOS/main.yml`: Use generic package module to support Fedora (@danragnar)
 
 ## [2.1.0]
 ### Fixed
@@ -78,7 +80,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
 
 First tagged release, starting at 1.0.0 since the project can be considered stable at this point.
 
-[Unreleased]: https://github.com/sensu/sensu-ansible/compare/2.1.0...HEAD
+[Unreleased]: https://github.com/sensu/sensu-ansible/compare/2.2.0...HEAD
+[2.2.0]: https://github.com/sensu/sensu-ansible/compare/2.1.0...2.2.0
 [2.1.0]: https://github.com/sensu/sensu-ansible/compare/2.0.0...2.1.0
 [2.0.0]: https://github.com/sensu/sensu-ansible/compare/1.2.0...2.0.0
 [1.2.0]: https://github.com/sensu/sensu-ansible/compare/1.1.0...1.2.0