From 17f9df412d3a038f45c1013845a59ecada7f3039 Mon Sep 17 00:00:00 2001 From: Semyon Pupkov Date: Wed, 11 Jan 2017 11:12:19 +0500 Subject: [PATCH] Release 1.0.0 --- CHANGELOG.md | 10 ++++++++++ lib/treasury/version.rb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0593ca9..1371637 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ #### [Current] + * 2017-01-11 [b09698b](../../commit/b09698b) - __(Semyon Pupkov)__ chore: freeze nokogiri version for ruby 1.9 + * 2016-12-20 [2535ec0](../../commit/2535ec0) - __(vadshalamov)__ chore: fix Treasury::Processors::EventDataAccessors tests + * 2016-12-13 [218eaba](../../commit/218eaba) - __(vadshalamov)__ feature: move ReinitializeObjectJob into gem + * 2016-12-13 [fd12ed8](../../commit/fd12ed8) - __(Vadim Shalamov)__ fix: add Models module to backwards (#29) + * 2016-12-13 [7b7573f](../../commit/7b7573f) - __(Vadim Shalamov)__ feature: add bge:run task for docker (#27) + * 2016-12-01 [5d625a2](../../commit/5d625a2) - __(vadshalamov)__ feature: move core_demormalization into gem + * 2016-11-24 [3adddec](../../commit/3adddec) - __(vadshalamov)__ feature: move bg_executor plugin into gem + +#### v0.6.0 + * 2016-12-15 [4114d25](../../commit/4114d25) - __(Semyon Pupkov)__ Release 0.6.0 * 2016-12-12 [304296b](../../commit/304296b) - __(Salahutdinov Dmitry)__ feature: event data readers (#28) * 2016-10-26 [48d84fa](../../commit/48d84fa) - __(Semyon Pupkov)__ fix: interesting_event meth should be in base processor * 2016-10-26 [8926025](../../commit/8926025) - __(Semyon Pupkov)__ feature: add methods to user processor form project diff --git a/lib/treasury/version.rb b/lib/treasury/version.rb index a88f791..a2b618e 100644 --- a/lib/treasury/version.rb +++ b/lib/treasury/version.rb @@ -1,3 +1,3 @@ module Treasury - VERSION = '0.6.0' + VERSION = '1.0.0' end