From 4c9ba12a58d71aff19502e1e9606cc05dd51963e Mon Sep 17 00:00:00 2001 From: Craig Gumbley Date: Thu, 1 Sep 2022 17:57:14 +0100 Subject: [PATCH] Release prep for v0.2.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96dd262..be45410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). +## [v0.2.0](https://github.com/chelnak/ysmrr/tree/v0.2.0) - 2022-09-01 + +[Full Changelog](https://github.com/chelnak/ysmrr/compare/v0.1.1...v0.2.0) + +### Added + +- Add default spinner speeds [#43](https://github.com/chelnak/ysmrr/pull/43) ([chelnak](https://github.com/chelnak)) + +- Add UpdateMessagef() method [#42](https://github.com/chelnak/ysmrr/pull/42) ([chelnak](https://github.com/chelnak)) + +- Enable realtime message updates [#41](https://github.com/chelnak/ysmrr/pull/41) ([chelnak](https://github.com/chelnak)) + ## [v0.1.1](https://github.com/chelnak/ysmrr/tree/v0.1.1) - 2022-08-26 [Full Changelog](https://github.com/chelnak/ysmrr/compare/v0.1.0...v0.1.1)