Skip to content

Commit 210e9c6

Browse files
Updating CHANGELOG for 2.1.0 release (#133)
1 parent fc7bf6c commit 210e9c6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.1.0
2+
July 2nd, 2018
3+
4+
- Introduced support for bot filtering ([#121](https://github.com/optimizely/python-sdk/pull/121)).
5+
- Overhauled logging to use standard Python logging ([#123](https://github.com/optimizely/python-sdk/pull/123)).
6+
17
## 2.0.1
28
June 19th, 2018
39

optimizely/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313

14-
version_info = (2, 0, 1)
14+
version_info = (2, 1, 0)
1515
__version__ = '.'.join(str(v) for v in version_info)

0 commit comments

Comments
 (0)