From c1ca00d7a73581fd5fbafff692e343490d8448b3 Mon Sep 17 00:00:00 2001 From: Michael Ng Date: Wed, 25 Apr 2018 13:10:13 -0700 Subject: [PATCH] BUmp to 2.0.1. (#104) --- CHANGELOG.md | 6 ++++++ lib/optimizely/version.rb | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a08bcf65..a81b6155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.0.1 +April 25th, 2018 + +### Bug Fixes +Fixes [#101](https://github.com/optimizely/ruby-sdk/issues/101) + ## 2.0.0 April 12th, 2018 diff --git a/lib/optimizely/version.rb b/lib/optimizely/version.rb index 8342aa26..4987cc2a 100644 --- a/lib/optimizely/version.rb +++ b/lib/optimizely/version.rb @@ -1,7 +1,7 @@ # frozen_string_literal: true # -# Copyright 2016-2017, Optimizely and contributors +# Copyright 2016-2018, Optimizely and contributors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,5 +17,5 @@ # module Optimizely CLIENT_ENGINE = 'ruby-sdk' - VERSION = '2.0.0' + VERSION = '2.0.1' end