diff --git a/CHANGELOG.md b/CHANGELOG.md index 821c1eb..ab0b42f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## [10.1.2] - Development + ## [10.1.1] - 2025-01-20 ### Changed @@ -315,6 +317,7 @@ _Maintanence release._ _Initial release._ +[10.1.2]: https://github.com/bessman/mcbootflash/releases/tag/10.1.2 [10.1.1]: https://github.com/bessman/mcbootflash/releases/tag/10.1.1 [10.1.0]: https://github.com/bessman/mcbootflash/releases/tag/10.1.0 [10.0.0]: https://github.com/bessman/mcbootflash/releases/tag/10.0.0 diff --git a/src/mcbootflash/__init__.py b/src/mcbootflash/__init__.py index 14c2938..31c6091 100644 --- a/src/mcbootflash/__init__.py +++ b/src/mcbootflash/__init__.py @@ -39,4 +39,4 @@ "write_flash", ] -__version__ = "10.1.1" +__version__ = "10.1.2"