From 89ecc6611c579d701681d98f73180d16112194d7 Mon Sep 17 00:00:00 2001 From: "Daniel (dB.) Doubrovkine" Date: Sun, 17 Sep 2023 04:28:06 -0400 Subject: [PATCH] Preparing for release, 2.1.0. --- CHANGELOG.md | 3 +-- lib/iex/version.rb | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7068fd..1fbf8bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,5 @@ -### 2.0.1 (Next) +### 2.1.0 (2023-09-17) * [#120](https://github.com/dblock/iex-ruby-client/pull/120): Upgrade faraday to 2.7.10 - [@esarmstrong](https://github.com/esarmstrong). -* Your contribution here. ### 2.0.0 (2022/07/24) * [#111](https://github.com/dblock/iex-ruby-client/pull/111): Added support for fetching symbols for a region - [@mathu97](https://github.com/mathu97). diff --git a/lib/iex/version.rb b/lib/iex/version.rb index 8e256e3..44324ee 100644 --- a/lib/iex/version.rb +++ b/lib/iex/version.rb @@ -1,3 +1,3 @@ module IEX - VERSION = '2.0.1'.freeze + VERSION = '2.1.0'.freeze end