Skip to content

Commit

Permalink
BUmp to 2.0.1. (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeproeng37 authored Apr 25, 2018
1 parent f28570e commit c1ca00d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions lib/optimizely/version.rb
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -17,5 +17,5 @@
#
module Optimizely
CLIENT_ENGINE = 'ruby-sdk'
VERSION = '2.0.0'
VERSION = '2.0.1'
end

0 comments on commit c1ca00d

Please sign in to comment.