From 95e039225d86c84034fb96cf905421a5a9517868 Mon Sep 17 00:00:00 2001 From: Joseph Herlant Date: Mon, 30 Jan 2017 19:01:13 -0800 Subject: [PATCH] Prepare release 1.0.0 Change-Id: I91ffa84f6312ca9aa600c8361ba00a88fd7c6e91 --- CHANGELOG.md | 4 ++-- metadata.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5721589..d4d799f 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] +## [1.0.0] - 2017-01-30 ### Added - Add `extensions_dir` to be compatible with Imply 1.2.x @@ -30,7 +30,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Code quality cleanup using rubocop - Documentation updates -## [1.0.0] - 2016-03-07 +## [0.1.1] - 2016-03-07 ### Changed - Better service notifications - Default imply version changed from 1.0.0 to 1.1.0 diff --git a/metadata.json b/metadata.json index 55c7892..bc95b78 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "TubeMogul-druid", - "version": "0.2.0", + "version": "1.0.0", "author": "TubeMogul Inc.", "summary": "Puppet module to manage Druid platform based on imply.io", "license": "Apache-2.0",