From 40994e39825a522fbc7eef6600a52faafb7372ad Mon Sep 17 00:00:00 2001 From: Andrii Rublov Date: Thu, 30 May 2024 01:20:58 +0200 Subject: [PATCH] Prepare 1.2.1 release --- CHANGELOG.md | 10 +++++++++- src/Directory.Build.props | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8861d46..eba4c16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.2.1] + +### Fixed + +- Fix missing handling of invalid socket state while sending WebSocket requests +- Fix missing disconnect event invocation + ## [1.2.0] ### Added @@ -33,7 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/1.2.0...HEAD +[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/1.2.1...HEAD +[1.2.1]: https://github.com/olivierlacan/keep-a-changelog/compare/1.2.0...1.2.1 [1.2.0]: https://github.com/olivierlacan/keep-a-changelog/compare/1.1.0...1.2.0 [1.1.0]: https://github.com/olivierlacan/keep-a-changelog/compare/1.1.0-preview2...1.1.0 [1.1.0-preview2]: https://github.com/olivierlacan/keep-a-changelog/compare/1.1.0-preview1...1.1.0-preview2 diff --git a/src/Directory.Build.props b/src/Directory.Build.props index c5a01b5..8302a25 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,7 +1,7 @@ - 1.2.0 + 1.2.1 seclerp https://github.com/seclerp/dotnet-chrome-protocol MIT