From 0ccfe9d9b1abe20464e27b92766118e11c5882be Mon Sep 17 00:00:00 2001 From: Bogdan Guban Date: Mon, 2 Mar 2020 18:58:24 +0200 Subject: [PATCH] Preparing for next development iteration, 1.1.2. --- CHANGELOG.md | 4 ++++ lib/iex/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0aa636..b01ced1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 1.1.2 (Next) + +* Your contribution here. + ### 1.1.1 (2020/03/02) * [#63](https://github.com/dblock/iex-ruby-client/pull/63): Allow direct API calls with support for secret_token - [@bguban](https://github.com/bguban). diff --git a/lib/iex/version.rb b/lib/iex/version.rb index 15cf4ab..d983e97 100644 --- a/lib/iex/version.rb +++ b/lib/iex/version.rb @@ -1,3 +1,3 @@ module IEX - VERSION = '1.1.1'.freeze + VERSION = '1.1.2'.freeze end