diff --git a/packages/win32/CHANGELOG.md b/packages/win32/CHANGELOG.md index 788dade7e..d93ec1d54 100644 --- a/packages/win32/CHANGELOG.md +++ b/packages/win32/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## 5.6.1-wip +## [5.6.1] - 2024-10-18 - Add `RegisterDeviceNotification`, `WTSRegisterSessionNotification`, and `WTSUnRegisterSessionNotification` APIs (#913) @@ -1238,3 +1238,4 @@ write: [5.5.4]: https://github.com/halildurmus/win32/compare/v5.5.3...v5.5.4 [5.5.5]: https://github.com/halildurmus/win32/compare/v5.5.4...v5.5.5 [5.6.0]: https://github.com/halildurmus/win32/compare/v5.5.5...v5.6.0 +[5.6.1]: https://github.com/halildurmus/win32/compare/v5.6.0...v5.6.1 diff --git a/packages/win32/pubspec.yaml b/packages/win32/pubspec.yaml index c233c50d4..73b147660 100644 --- a/packages/win32/pubspec.yaml +++ b/packages/win32/pubspec.yaml @@ -1,7 +1,7 @@ name: win32 description: > Access common Win32 APIs directly from Dart using FFI — no C required! -version: 5.6.0 +version: 5.6.1 homepage: https://win32.pub repository: https://github.com/halildurmus/win32 issue_tracker: https://github.com/halildurmus/win32/issues