diff --git a/CHANGELOG.md b/CHANGELOG.md index f17aaace4..6a37f5a1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ -## 5.5.1-wip +## 5.5.1 -- Migrate away from `UnmodifiableUint8ListView` (#XXX) -- Bump minimum required Dart version to `3.4.0` (#XXX) -- Bump `lints` dependency to `4.0.0` (#XXX) +- Migrate away from `UnmodifiableUint8ListView` (#850) +- Bump minimum required Dart version to `3.4.0` (#850) +- Bump `lints` dependency to `4.0.0` (#851) ## 5.5.0 diff --git a/pubspec.yaml b/pubspec.yaml index 16cec4fe1..ca0d6d9c9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: win32 description: > A Dart library for accessing common Win32 APIs using FFI. No C required! -version: 5.5.1-wip +version: 5.5.1 homepage: https://win32.pub repository: https://github.com/dart-windows/win32 issue_tracker: https://github.com/dart-windows/win32/issues