Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
graviteeio committed Mar 22, 2023
1 parent 29f709e commit 6b4251a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [3.0.0](https://github.com/gravitee-io/gravitee-connector-http/compare/2.1.2...3.0.0) (2023-03-22)


### Bug Fixes

* bump dependencies ([29f709e](https://github.com/gravitee-io/gravitee-connector-http/commit/29f709e5019d063e1d6a83b21ee27cf5feeda357))


### Features

* reapply ByteBuf optimization ([44f1a3d](https://github.com/gravitee-io/gravitee-connector-http/commit/44f1a3d1ae9213c6f3745b7174c695cc24e36999))


### BREAKING CHANGES

* Need Vert.x `4.3.5` or higher

Need Vert.x `4.3.5` or higher due to this issue https://github.com/eclipse-vertx/vert.x/issues/4509

## [2.1.2](https://github.com/gravitee-io/gravitee-connector-http/compare/2.1.1...2.1.2) (2023-03-21)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<groupId>io.gravitee.connector</groupId>
<artifactId>gravitee-connector-http</artifactId>
<version>2.1.2</version>
<version>3.0.0</version>

<name>Gravitee.io - Connector - HTTP</name>

Expand Down

0 comments on commit 6b4251a

Please sign in to comment.