diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e45f31..fb16c1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,23 @@ 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/spec/v2.0.0.html). +## 1.0.2 + +### Changed + +- Updated `scard` dependencies (#7, thanks @akerl) + +### Fixed + +- Fixed wrong error messages (#5, thanks @brotbert) + ## 1.0.1 ### Changed - Made `Clock` public again -- Simplified `debugger` interface +- Simplified `debugger` interface +- Added Windows test ### Fixed