From 34d1405b47fbbcdd934f637350781428ea55a721 Mon Sep 17 00:00:00 2001 From: Romain Lebbadi-Breteau Date: Thu, 2 Apr 2020 10:34:38 -0400 Subject: [PATCH] Release 1.1.1 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cfa04b..147e809 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.1.1] - 2020-04-02 ### Added - sendQuit callback in API, called when "/quit" entered @@ -206,7 +206,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Basic server and client - Use regex to parse commands -[Unreleased]: https://github.com/RomainL972/isn/compare/v1.1.0...HEAD +[1.1.1]: https://github.com/RomainL972/isn/compare/v1.1.0...v1.1.1 [1.1.0]: https://github.com/RomainL972/isn/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/RomainL972/isn/compare/v0.14.0...v1.0.0 [0.14.0]: https://github.com/RomainL972/isn/compare/v0.13.1...v0.14.0