From 49e115ed0642eca14d2ce5b47af5dfa1bb1678d2 Mon Sep 17 00:00:00 2001 From: Stefan Kolb Date: Fri, 22 Jan 2016 13:07:02 +0100 Subject: [PATCH] Bump version --- CHANGELOG.md | 13 +++++++++++++ lib/nucleus/version.rb | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25bc67b5..1b609981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased - Next +### Added + +### Fixed + + +### Removed + + +## [0.2.0] - 2016-01-22 + ### Added * Add basic logging functionality for OpenShift v2 * Add more providers and endpoints to the default configuration @@ -11,6 +21,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed * Correctly URL-encode credentials for Heroku authentication +### Removed +* LMDB is the only packaged data store from now on + ## [0.1.0] - 2015-08-04 ### Added diff --git a/lib/nucleus/version.rb b/lib/nucleus/version.rb index b18e3286..21cd6227 100644 --- a/lib/nucleus/version.rb +++ b/lib/nucleus/version.rb @@ -1,3 +1,3 @@ module Nucleus - VERSION = '0.1.0'.freeze + VERSION = '0.2.0'.freeze end