From ed84a0d59353dc4a0a5df7afce73d6bbbb1c064d Mon Sep 17 00:00:00 2001 From: Kristina Spring Date: Thu, 9 May 2019 12:50:57 -0700 Subject: [PATCH] updated changelog --- CHANGELOG.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e41959e7..1ed3cb27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [v1.0.1] +- Fix for https://github.com/Comcast/webpa-common/issues/364 +- Removed unused dep files. +- Added capability checks to be used when consuming `bascule` package. +- Fix for responseRequest test that was intermittently failing. + ## [v1.0.0] - The first official release. We will be better about documenting changes moving forward. -[Unreleased]: https://github.com/Comcast/webpa-common/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/Comcast/webpa-common/compare/v1.0.1...HEAD +[v1.0.1]: https://github.com/Comcast/webpa-common/compare/v1.0.0...v1.0.1 [v1.0.0]: https://github.com/Comcast/webpa-common/compare/v0.9.0-alpha...v1.0.0 \ No newline at end of file