Skip to content

Commit

Permalink
Update chanage log
Browse files Browse the repository at this point in the history
  • Loading branch information
OptimumCode committed Jul 25, 2024
1 parent 469a32b commit edddb71
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit edddb71

Please sign in to comment.