From ece2c33146bc1c3f82327a4081da3a70548de0f1 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Thu, 24 Oct 2019 15:37:40 +0200 Subject: [PATCH] release 2.1.0 --- CHANGELOG.md | 6 +++++- metadata.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18a35d2..8c1d8e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [2.1.0] - 2019-10-24 ### Changed - Use camptocamp/systemd (new dependency) to trigger systemd reloads +- Declare private classes private + +### Fixed +- Fix non-zookeeper/cloud installs by making `$zk_ensemble` optional ([#1]) ## [2.0.0] - 2019-10-08 This is a feature release that may contain backwards incompatible changes. diff --git a/metadata.json b/metadata.json index f205951..436dc2f 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "fraenki-solr", - "version": "2.0.0", + "version": "2.1.0", "author": "Frank Wall", "summary": "Installs and configures the Solr search platform", "license": "Apache-2.0",