From 3f12c3d2d976ecb64e7d93b7cc8a7867b9198f59 Mon Sep 17 00:00:00 2001 From: Marco Otte-Witte Date: Thu, 31 Oct 2019 16:15:15 +0100 Subject: [PATCH] 2.1.0 --- CHANGELOG.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a13c6a439..6d2ce11d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v2.0.1 (2019-10-31) +## v2.1.0 (2019-10-31) #### :rocket: Enhancement * [#1996](https://github.com/simplabs/ember-simple-auth/pull/1996) Deprecate the old testing API ([@marcoow](https://github.com/marcoow)) diff --git a/package.json b/package.json index 107d4a8c9..b5030667b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-simple-auth", - "version": "2.0.1", + "version": "2.1.0", "description": "A lightweight library for implementing authentication/authorization with Ember.js applications.", "keywords": [ "ember-addon"