From c02a32151839702438494e5eb127cef8d77a83ec Mon Sep 17 00:00:00 2001 From: Joel Unzain Date: Mon, 18 May 2020 15:30:06 -0700 Subject: [PATCH] release v1.10.1 (#484) --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a6eebf6..a443b90b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,13 @@ 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/spec/v2.0.0.html). ## [Unreleased] + + +## [v1.10.1] ### Fixed - Device metadata didn't return a read-only view of its map claims resulting in data races [483](https://github.com/xmidt-org/webpa-common/pull/483) + ## [v1.10.0] ### Removed - Prune types package containing unnecessary custom time.Duration [#430](https://github.com/xmidt-org/webpa-common/pull/430) @@ -94,7 +98,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - The first official release. We will be better about documenting changes moving forward. -[Unreleased]: https://github.com/xmidt-org/webpa-common/compare/v1.10.0...HEAD +[Unreleased]: https://github.com/xmidt-org/webpa-common/compare/v1.10.1...HEAD +[v1.10.1]: https://github.com/xmidt-org/webpa-common/compare/v1.10.0...v1.10.1 [v1.10.0]: https://github.com/xmidt-org/webpa-common/compare/v1.9.0...v1.10.0 [v1.9.0]: https://github.com/xmidt-org/webpa-common/compare/v1.8.1...v1.9.0 [v1.8.1]: https://github.com/xmidt-org/webpa-common/compare/v1.8.0...v1.8.1