diff --git a/CHANGELOG.md b/CHANGELOG.md index f43e7bdc..b28442db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,27 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-09-25 + +### Changes + +--- + +Packages with breaking changes: + + - [`thermion_flutter` - `v0.2.0-dev.6.0`](#thermion_flutter---v020-dev60) + +Packages with other changes: + + - There are no other changes in this release. + +--- + +#### `thermion_flutter` - `v0.2.0-dev.6.0` + + - **BREAKING** **CHORE**: remove superseded HardwareKeyboard* classes. + + ## 2024-09-25 ### Changes diff --git a/thermion_flutter/thermion_flutter/CHANGELOG.md b/thermion_flutter/thermion_flutter/CHANGELOG.md index ea62d95c..acaf4ecd 100644 --- a/thermion_flutter/thermion_flutter/CHANGELOG.md +++ b/thermion_flutter/thermion_flutter/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.0-dev.6.0 + +> Note: This release has breaking changes. + + - **BREAKING** **CHORE**: remove superseded HardwareKeyboard* classes. + ## 0.2.0-dev.5.0 - Update a dependency to the latest release. diff --git a/thermion_flutter/thermion_flutter/pubspec.yaml b/thermion_flutter/thermion_flutter/pubspec.yaml index 6a29e3d4..e1e0730d 100644 --- a/thermion_flutter/thermion_flutter/pubspec.yaml +++ b/thermion_flutter/thermion_flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: thermion_flutter description: Flutter plugin for 3D rendering with the Thermion toolkit. -version: 0.2.0-dev.5.0 +version: 0.2.0-dev.6.0 homepage: https://thermion.dev repository: https://github.com/nmfisher/thermion