Skip to content

Commit

Permalink
Version 2.5.1
Browse files Browse the repository at this point in the history
PR-URL: #1623
  • Loading branch information
tshemsedinov committed Jul 29, 2021
1 parent b113fa4 commit 3e4fd8e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "impress",
"version": "2.5.0",
"version": "2.5.1",
"author": "Timur Shemsedinov <[email protected]>",
"description": "Enterprise application server for Node.js",
"license": "MIT",
Expand Down

0 comments on commit 3e4fd8e

Please sign in to comment.