From 911ace6212adfa10b21a0c95e5b798c3332c8696 Mon Sep 17 00:00:00 2001 From: Joern Barthel Date: Wed, 5 Sep 2018 18:07:50 +0200 Subject: [PATCH] Release 1.0.2. --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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