From 402b0aa4f669701977be68baf8e59fbeec481845 Mon Sep 17 00:00:00 2001 From: Braiden Vasco Date: Mon, 14 Sep 2015 15:26:24 +0000 Subject: [PATCH 1/2] Generate changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5add6b..429cd7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Change Log +## [v0.2.0](https://github.com/braiden-vasco/lita-tox/tree/v0.2.0) (2015-09-14) +[Full Changelog](https://github.com/braiden-vasco/lita-tox/compare/v0.1.0...v0.2.0) + +**Merged pull requests:** + +- Implement group chats [\#20](https://github.com/braiden-vasco/lita-tox/pull/20) ([braiden-vasco](https://github.com/braiden-vasco)) +- Save Tox state [\#19](https://github.com/braiden-vasco/lita-tox/pull/19) ([braiden-vasco](https://github.com/braiden-vasco)) + ## [v0.1.0](https://github.com/braiden-vasco/lita-tox/tree/v0.1.0) (2015-09-13) **Merged pull requests:** From bb6bd1843f320317f7c38226083b8381bc8aaab6 Mon Sep 17 00:00:00 2001 From: Braiden Vasco Date: Mon, 14 Sep 2015 15:26:52 +0000 Subject: [PATCH 2/2] Increment version (0.2.0) --- README.md | 2 +- lita-tox.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 384b76c..6444507 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ When **libtoxcore** is installed, add **lita-tox** to your Lita instance's Gemfile: ```ruby -gem 'lita-tox', '~> 0.1.0' +gem 'lita-tox', '~> 0.2.0' ``` ### Configuration diff --git a/lita-tox.gemspec b/lita-tox.gemspec index f67e1cf..239d592 100644 --- a/lita-tox.gemspec +++ b/lita-tox.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |spec| spec.name = 'lita-tox' - spec.version = '0.1.0' + spec.version = '0.2.0' spec.authors = ['Braiden Vasco'] spec.email = ['braiden-vasco@mailtor.net']