From 3aec161204bdc336f9eb7ef7cdfc8650b6e9f3cb Mon Sep 17 00:00:00 2001 From: Jason Field Date: Wed, 20 Mar 2019 14:24:34 +0000 Subject: [PATCH] Release 2.1.0 --- CHANGELOG.md | 4 ++-- metadata.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f05c2393..ee7c1da2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## Unreleased +## 2.1.0 ### Added @@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - A mechanism to properly set the root password for mariadb ([#234-bc33fb2](https://github.com/sous-chefs/mariadb/pull/234/commits/bc33fb2c9dfc0a14754eb76bbff43ac6c3346d5b) : [#234-c576d42](https://github.com/sous-chefs/mariadb/pull/234/commits/c576d42a7317d63d87a0cff44ad7c564a9b1a0e2)) - APT repository property to allow the user to select another mirror than ovh.net - + ### Fixed - String quoting that prevented some SQL commands to execute properly ([#220](https://github.com/sous-chefs/mariadb/issues/220)) diff --git a/metadata.rb b/metadata.rb index 17686669..d8b2e34e 100644 --- a/metadata.rb +++ b/metadata.rb @@ -7,7 +7,7 @@ source_url 'https://github.com/sous-chefs/mariadb' issues_url 'https://github.com/sous-chefs/mariadb/issues' chef_version '>= 13' -version '2.0.0' +version '2.1.0' supports 'ubuntu' supports 'debian', '>= 8.0'