From 97423558b916fefee091db791a9b51070128e18d Mon Sep 17 00:00:00 2001 From: Daniel Henninger Date: Mon, 6 Apr 2020 13:00:36 -0400 Subject: [PATCH] Updated to version 0.1.5. --- CHANGELOG.md | 4 ++++ metadata.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f5c4b2..3b14e71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## Release 0.1.5 + +* Properly fixed bug with bootstrap_users not being handled correctly (was broken before). ([issue #7](https://github.com/jadestorm/puppet-patroni/issues/7)) ([rujim](https://github.com/rujim)) + ## Release 0.1.4 * Fixed bug with bootstrap_users not being handled correctly. ([issue #7](https://github.com/jadestorm/puppet-patroni/issues/7)) diff --git a/metadata.json b/metadata.json index 61fc42e..f58478e 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "jadestorm-patroni", - "version": "0.1.4", + "version": "0.1.5", "author": "jadestorm", "summary": "Installs and manages Patroni for high-availability PostgreSQL", "license": "Apache-2.0",