Skip to content

Commit

Permalink
Increase version to 0.2.0 :D
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel M de Miguel committed Oct 30, 2015
1 parent 79364c1 commit df7e43c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.2.0] - 30-10-2015

- Improved worker class with new methods to calculate capacity
- Fixed some bugs on cluster class
- Improve response time by loading segments, segments\_to\_load and segments\_to\_drop on demand
- Added method to cluster to return all tasks or filter them by status
- Created task entity.

## [0.1.0] - 27-10-2015

- Integrate with Travis CI
Expand Down
2 changes: 1 addition & 1 deletion lib/druid_config/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
module DruidConfig
module Version
# Version of the gem
VERSION = '0.1.0'
VERSION = '0.2.0'

# Base URI foor coordinator queries
API_VERSION = 'v1'
Expand Down

0 comments on commit df7e43c

Please sign in to comment.