Version bump

This commit is contained in:
James Bell 2024-07-16 16:29:04 -04:00
parent 2f2e712fd0
commit de7736af45
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changes
## [2.3.0] - 2024-07-16
* Add Server to TestServer
## [2.2.0] - 2024-07-16
* Expose TetServer::stop() method

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-server"
version = "2.2.0"
version = "2.3.0"
authors = ["ntex contributors <team@ntex.rs>"]
description = "Server for ntex framework"
keywords = ["network", "framework", "async", "futures"]