From df7e43c9012cb3bc1ce42a92a3b86c2cb69c9f26 Mon Sep 17 00:00:00 2001 From: Angel M de Miguel Date: Fri, 30 Oct 2015 10:39:52 +0100 Subject: [PATCH] Increase version to 0.2.0 :D --- changelog.md | 8 ++++++++ lib/druid_config/version.rb | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 9faa0f7..867106f 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/lib/druid_config/version.rb b/lib/druid_config/version.rb index 6084e29..0d617fb 100644 --- a/lib/druid_config/version.rb +++ b/lib/druid_config/version.rb @@ -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'