diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29b..d258a975 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +## v1.0.0-beta.1 (2020-11-16) + +#### :rocket: Enhancement +* [#27](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/27) adhoc: support deferred clientSideId and possibly secure mode? ([@rstudner](https://github.com/rstudner)) + +#### :memo: Documentation +* [#219](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/219) fix: build status badge ([@chrisvdp](https://github.com/chrisvdp)) +* [#190](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/190) Update links, add info about key for anymous users ([@chrisvdp](https://github.com/chrisvdp)) + +#### :house: Internal +* [#228](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/228) Add release-it in preparation for v1.0.0-beta.1 ([@achambers](https://github.com/achambers)) +* [#202](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/202) Update repository ([@rwwagner90](https://github.com/rwwagner90)) +* [#133](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/133) Move to new ld client package, import package via ember-auto import ([@chrisvdp](https://github.com/chrisvdp)) +* [#183](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/183) bump travis config ([@jaredgalanis](https://github.com/jaredgalanis)) +* [#130](https://github.com/adopted-ember-addons/ember-launch-darkly/pull/130) fix ci for ember-try scenarios ([@mansona](https://github.com/mansona)) + +#### Committers: 6 +- Aaron Chambers ([@achambers](https://github.com/achambers)) +- Chris Manson ([@mansona](https://github.com/mansona)) +- Chris van der Ploeg ([@chrisvdp](https://github.com/chrisvdp)) +- Jared Galanis ([@jaredgalanis](https://github.com/jaredgalanis)) +- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90)) +- Roger Studner ([@rstudner](https://github.com/rstudner)) + diff --git a/package.json b/package.json index 3c6ff38f..35a43932 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-launch-darkly", - "version": "1.0.0-beta.0", + "version": "1.0.0-beta.1", "description": "A modern Ember addon to wrap the Launch Darkly service", "keywords": [ "ember-addon"