diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 69b14fcd..4c4c2875 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,3 +1,12 @@ +### v1.27.0 + +##### Features +- Feature change estimate project email subject ([#322](https://github.com/Code-Poets/project-liberation/pull/322)) + +##### Bugfixes +- Bugfix quote style in blog article ([#323](https://github.com/Code-Poets/project-liberation/pull/323)) + + ### v1.26.1 ##### Bugfixes diff --git a/package-lock.json b/package-lock.json index ce1edecb..7a77da4d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "project-liberation", - "version": "v1.26.1", + "version": "v1.27.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fcac8c62..050a487b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "project-liberation", - "version": "v1.26.1", + "version": "v1.27.0", "description": "Packages needed for proper application work.", "main": "index.js", "scripts": { diff --git a/pyproject.toml b/pyproject.toml index 13b76477..ab018056 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "project-liberation" -version = "v1.26.1" +version = "v1.27.0" description = "Necessary packages for Project Liberation" authors = ["Karol Beker "]