Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-kolb committed Jan 22, 2016
1 parent 5aa5f05 commit 49e115e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,26 @@ 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

### 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
Expand Down
2 changes: 1 addition & 1 deletion lib/nucleus/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Nucleus
VERSION = '0.1.0'.freeze
VERSION = '0.2.0'.freeze
end

0 comments on commit 49e115e

Please sign in to comment.