Skip to content

Commit

Permalink
Update CHANGELOG for 2.6.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Feb 18, 2025
1 parent 97f949a commit 811c120
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ For Helidon 1.x releases please see [Helidon 1.x CHANGELOG.md](https://github.co

For Helidon 3.x releases please see [Helidon 3.x CHANGELOG.md](https://github.com/oracle/helidon/blob/helidon-3.x/CHANGELOG.md)

## [2.6.11]

This is a bugfix release of Helidon. It is recommended for all users of Helidon 2. Helidon 2 requires a minimum Java 11.

### CHANGES

- OpenAPI: Fix error in OpenAPI handling of default values' types [9693](https://github.com/helidon-io/helidon/pull/9693)
- Dependencies: Upgrade Netty to 4.1.118.Final [9771](https://github.com/helidon-io/helidon/pull/9771)
- Docs: Fix typo @Provided -> @Provider in 05_jaxrs-applications.adoc [9634](https://github.com/helidon-io/helidon/pull/9634)

## [2.6.10]

This is a bugfix release of Helidon. It is recommended for all users of Helidon 2. Helidon 2 requires a minimum Java 11.
Expand Down Expand Up @@ -2283,6 +2293,7 @@ If there is no authorization provider configured, ABAC provider will be configur
otherwise they are ignored


[2.6.11]: https://github.com/oracle/helidon/compare/2.6.10...2.6.11
[2.6.10]: https://github.com/oracle/helidon/compare/2.6.9...2.6.10
[2.6.9]: https://github.com/oracle/helidon/compare/2.6.8...2.6.9
[2.6.8]: https://github.com/oracle/helidon/compare/2.6.7...2.6.8
Expand Down

0 comments on commit 811c120

Please sign in to comment.