diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7b51ca0..37fcefa 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.17.0" + ".": "1.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7db2869..bc72ff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,31 @@ - Let server actually perform shutdown on connection loss - Let client throw SocketException if not connected anymore +## [1.0.0](https://github.com/JKRhb/dtls2/compare/v0.17.0...v1.0.0) (2024-07-13) + + +### ⚠ BREAKING CHANGES + +* update dependencies +* increase minimal Dart SDK version to 3.0.0 + +### Features + +* add security level parameter to DTLS contexts ([25ed88f](https://github.com/JKRhb/dtls2/commit/25ed88ffe8720e5e35517b6b7f25e0bdad962477)) +* generate binding for SSL_CTX_set_security_level ([445c6e6](https://github.com/JKRhb/dtls2/commit/445c6e6d9115e05d066d2159917f93f8cc9d9a17)) +* regenerate bindings ([7075590](https://github.com/JKRhb/dtls2/commit/7075590c089150081116cca3f0088b9850bfe7e0)) + + +### Bug Fixes + +* lower security level for main example ([274edfa](https://github.com/JKRhb/dtls2/commit/274edfac42b432d87bf34018e32ea01314f38e87)) + + +### Miscellaneous Chores + +* increase minimal Dart SDK version to 3.0.0 ([a4e421b](https://github.com/JKRhb/dtls2/commit/a4e421b50575d8f8e1780ff4db63dda5cc25e3fa)) +* update dependencies ([9894b2b](https://github.com/JKRhb/dtls2/commit/9894b2bb654f450451ac4fa1f378d30fe3b3cdf3)) + ## 0.16.0 ### New Features diff --git a/pubspec.yaml b/pubspec.yaml index a9fcb3a..9079f28 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ name: dtls2 description: A DTLS library for Dart, implemented via FFI bindings to OpenSSL. -version: 0.17.0 +version: 1.0.0 repository: https://github.com/JKRhb/dtls2 environment: