diff --git a/CHANGELOG.md b/CHANGELOG.md index c368c42b..500165a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased][unreleased] +## [2.5.1][] - 2021-07-30 + - Separate queue for each task name (topics) - Add place `db` for data access layer @@ -185,7 +187,8 @@ First generation of application server with following features - Connection drivers for database engines: MongoDB, PgSQL, Oracle, MySQL - Support GeoIP, health monitoring, task scheduling, server-side templating -[unreleased]: https://github.com/metarhia/impress/compare/v2.5.0...HEAD +[unreleased]: https://github.com/metarhia/impress/compare/v2.5.1...HEAD +[2.5.1]: https://github.com/metarhia/impress/compare/v2.5.0...v2.5.1 [2.5.0]: https://github.com/metarhia/impress/compare/v2.4.3...v2.5.0 [2.4.3]: https://github.com/metarhia/impress/compare/v2.4.2...v2.4.3 [2.4.2]: https://github.com/metarhia/impress/compare/v2.4.1...v2.4.2 diff --git a/package-lock.json b/package-lock.json index 59084fbd..c8164495 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "impress", - "version": "2.5.0", + "version": "2.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aaf876c9..a0ed437d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "impress", - "version": "2.5.0", + "version": "2.5.1", "author": "Timur Shemsedinov ", "description": "Enterprise application server for Node.js", "license": "MIT",