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