From f9d639b803042f4f5b739a1a23d14e0afd5ea1b4 Mon Sep 17 00:00:00 2001 From: Stephen Hoekstra Date: Wed, 15 Mar 2017 23:44:52 +0100 Subject: [PATCH] Release 1.2.0 --- CHANGELOG.md | 6 ++++++ metadata.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ecbd1953..9bba5415 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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/). +## 1.2.0 (2017-03-15) + +### Added + +- Add recipe and attributes to install using Software Collections (SCL) on RedHat family systems ([#149](https://github.com/sinfomicien/mariadb/issues/149)) + ## 1.1.0 (2017-03-12) ### Fixed diff --git a/metadata.rb b/metadata.rb index 6074fd0c..f144657f 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,7 +6,7 @@ long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) source_url 'https://github.com/sinfomicien/mariadb' if respond_to?(:source_url) issues_url 'https://github.com/sinfomicien/mariadb/issues' if respond_to?(:issues_url) -version '1.1.0' +version '1.2.0' supports 'ubuntu' supports 'debian', '>= 7.0'