diff --git a/CHANGELOG.md b/CHANGELOG.md index bd84374..ec963c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. 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.16.0] 2022-10-21 ### Changed @@ -340,7 +340,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Basic kiosk browser functionality [library for sending heartbearts]: https://github.com/hilbert/hilbert-heartbeat -[unreleased]: https://github.com/IMAGINARY/kiosk-browser/compare/v0.15.0...HEAD +[unreleased]: https://github.com/IMAGINARY/kiosk-browser/compare/v0.16.0...HEAD +[0.16.0]: https://github.com/IMAGINARY/kiosk-browser/compare/v0.15.0...v0.16.0 [0.15.0]: https://github.com/IMAGINARY/kiosk-browser/compare/v0.14.1...v0.15.0 [0.14.1]: https://github.com/IMAGINARY/kiosk-browser/compare/v0.14.0...v0.14.1 [0.14.0]: https://github.com/IMAGINARY/kiosk-browser/compare/v0.13.0...v0.14.0 diff --git a/package.json b/package.json index 71b3918..59d6ce1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kiosk-browser", "productName": "kiosk-browser", - "version": "0.15.0", + "version": "0.16.0", "description": "Hardened Kiosk Web Browser", "homepage": "https://github.com/IMAGINARY/kiosk-browser", "repository": {