diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a4f615..5c17e18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.13.0] - 2022-07-22 +### Changed - Add txiki - quickjs runtime with networking support +- Remove quickjs and duktape ## [0.12.0] - 2022-07-01 ### Changed @@ -54,7 +58,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [0.2.0] - [0.1.0] -[Unreleased]: https://github.com/cartesi/image-rootfs/compare/v0.11.1...HEAD +[Unreleased]: https://github.com/cartesi/image-rootfs/compare/v0.13.0...HEAD +[0.13.0]: https://github.com/cartesi/image-rootfs/releases/tag/v0.13.0 +[0.12.0]: https://github.com/cartesi/image-rootfs/releases/tag/v0.12.0 [0.11.1]: https://github.com/cartesi/image-rootfs/releases/tag/v0.11.1 [0.11.0]: https://github.com/cartesi/image-rootfs/releases/tag/v0.11.0 [0.10.0]: https://github.com/cartesi/image-rootfs/releases/tag/v0.10.0