diff --git a/CHANGELOG.md b/CHANGELOG.md index 5368f320..78d47d86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ + +## v4.0.2 (2022-10-06) + +#### :bug: Bug Fix +* [#493](https://github.com/adopted-ember-addons/ember-sortable/pull/493) fix: Handle element in sortable item should be the most recent ([@nicolechung](https://github.com/nicolechung)) + +#### Committers: 1 +- nicole chung ([@nicolechung](https://github.com/nicolechung)) + ## v4.0.1 (2022-10-03) #### :memo: Documentation diff --git a/package.json b/package.json index 9f04b59e..807cff2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-sortable", - "version": "4.0.1", + "version": "4.0.2", "description": "Sortable UI primitives for Ember.", "keywords": [ "ember-addon",