diff --git a/CHANGELOG.md b/CHANGELOG.md index bd35e328..b9fd7257 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.24.0](https://github.com/kolplattformen/skolplattformen/compare/v1.23.0...v1.24.0) (2021-04-21) + + +### Features + +* Add Patreon badge. Add info about contributing with Weblate. ([#311](https://github.com/kolplattformen/skolplattformen/issues/311)) ([b37571d](https://github.com/kolplattformen/skolplattformen/commit/b37571d0123aa85f5b132a87fb1753a103dd702b)) + # [1.23.0](https://github.com/kolplattformen/skolplattformen/compare/v1.22.1...v1.23.0) (2021-04-21) diff --git a/package.json b/package.json index 28c6526f..b6f8cede 100644 --- a/package.json +++ b/package.json @@ -9,5 +9,5 @@ "test": "npx lerna run test --stream", "lint": "npx lerna run lint --stream" }, - "version": "1.23.0" + "version": "1.24.0" }