From 2c9b7753644d8a2a657eb16d0faab29b62159d1f Mon Sep 17 00:00:00 2001 From: "Mark E. Schill" Date: Sun, 13 Oct 2019 19:52:58 -0400 Subject: [PATCH] Fixes #244 --- CHANGELOG.md | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d5ab272bb..b21ae32bc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,24 @@ -# Rundeck Cookbook CHANGELOG +# Changelog -This file is used to list changes made in each version of the Rundeck cookbook. +All notable changes to this project will be documented in this file. -## UNRELEASED +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](https://github.com/sous-chefs/rundeck/compare/v5.0.2...HEAD) + +### Changed * Supports deprecation of `rundeck-config` on RedHat platforms > 3.1.0 * Fixes password quotation in rd config * Fixes Supermarket foodcritic errors * Added missing ldap_supplimentalroles -## 5.0.2 +## [5.0.2](https://github.com/sous-chefs/rundeck/compare/v5.0.1...v5.0.2) - 2019-05-15 * Misc Fixes -## 5.0.1 +## [5.0.1](https://github.com/sous-chefs/rundeck/compare/v4.2.0...v5.0.1) - 2019-05-08 * Adds Rundeck ACL Policy configuration (and fixes) * Complete rewrite of cookbook using custom resources @@ -174,3 +179,4 @@ This file is used to list changes made in each version of the Rundeck cookbook. ## 1.0 * Initial releas +