We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f28570e commit c1ca00dCopy full SHA for c1ca00d
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 2.0.1
2
+April 25th, 2018
3
+
4
+### Bug Fixes
5
+Fixes [#101](https://github.com/optimizely/ruby-sdk/issues/101)
6
7
## 2.0.0
8
April 12th, 2018
9
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 @@
17
18
module Optimizely
19
CLIENT_ENGINE = 'ruby-sdk'
20
- VERSION = '2.0.0'
+ VERSION = '2.0.1'
21
end
0 commit comments