From 3cb463bbc6aa3f2e26bed3dbe3d002bf1742c7e0 Mon Sep 17 00:00:00 2001 From: Daniel Browne Date: Fri, 16 Oct 2020 08:36:33 +0100 Subject: [PATCH] Update CHANGELOG for 0.2.1 release. --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b50dc3..be2cd9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,17 @@ 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). -## [Unreleased](https://github.com/pusher/NWWebSocket/compare/0.2.0...HEAD) +## [Unreleased](https://github.com/pusher/NWWebSocket/compare/0.2.1...HEAD) + +## [0.2.1](https://github.com/pusher/NWWebSocket/compare/0.2.0...0.2.1) - 2020-10-16 + +### Added + +- This CHANGELOG file. + +### Changed + +- `NWWebSocket` class (and some methods) are now defined as `open` (previously they were `public`). ## [0.2.0](https://github.com/pusher/NWWebSocket/compare/0.1.0...0.2.0) - 2020-10-15