diff --git a/README.md b/README.md index 1d4cc16..267e357 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# HTTP Client v2.2.1 +# HTTP Client v2.3.0 This microservice allows performing HTTP requests and receive HTTP responses. It also can perform basic authentication @@ -177,6 +177,12 @@ spec: ## Changelog +### v2.3.0 + ++ Update common to `5.14.0-dev` ++ Update common utils to `2.2.3-dev` ++ Migrate to th2 gradle plugin `0.1.1` + ### v2.2.1 * Fixed problem - connect reorders sequence numbers when sending messages in parallel mode by one session alias. diff --git a/gradle.properties b/gradle.properties index 9d64ca6..34c05c6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ kotlin.code.style=official -release_version=2.2.1 +release_version=2.3.0 description='HTTP Client' vcs_url=https://github.com/th2-net/th2-conn-http-client \ No newline at end of file