diff --git a/CHANGELOG.md b/CHANGELOG.md index 312ded52..a8163c6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ### Changelog +- 2.6.8 (2021-02-04) + - Bugfixes: + - Solve circular imports (#444) + - 2.6.6 (2020-08-23) - Bugfixes: - Fixed broken npm package (#417) diff --git a/package.json b/package.json index a1d5039e..d15cc660 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rrule", - "version": "2.6.6", + "version": "2.6.8", "description": "JavaScript library for working with recurrence rules for calendar dates.", "homepage": "http://jakubroztocil.github.io/rrule/", "license": "BSD-3-Clause",