Skip to content

Commit c1ca00d

Browse files
authored
BUmp to 2.0.1. (#104)
1 parent f28570e commit c1ca00d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
## 2.0.0
28
April 12th, 2018
39

lib/optimizely/version.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
#
4-
# Copyright 2016-2017, Optimizely and contributors
4+
# Copyright 2016-2018, Optimizely and contributors
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.
@@ -17,5 +17,5 @@
1717
#
1818
module Optimizely
1919
CLIENT_ENGINE = 'ruby-sdk'
20-
VERSION = '2.0.0'
20+
VERSION = '2.0.1'
2121
end

0 commit comments

Comments
 (0)