diff --git a/CHANGELOG.md b/CHANGELOG.md index 483df34..30da013 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ -## 1.1.4-wip +## 1.1.4 - Fix issue where `RegistryValue.data` for binary-type registry values might be freed before being read (#19, thanks @tylerlacey). +- Bump minimum required Dart SDK version to `3.4.0` ## 1.1.3 diff --git a/pubspec.yaml b/pubspec.yaml index ed7c800..b30d802 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: win32_registry description: A package that provides a friendly Dart API for accessing the Windows Registry. -version: 1.1.4-wip +version: 1.1.4 repository: https://github.com/halildurmus/win32_registry issue_tracker: https://github.com/halildurmus/win32_registry/issues