Skip to content

Commit

Permalink
Prepare 1.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
seclerp committed May 29, 2024
1 parent 166d565 commit 40994e3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<!-- Global project and StyleCop Analyzers configuration -->
<PropertyGroup>
<Version>1.2.0</Version>
<Version>1.2.1</Version>
<Authors>seclerp</Authors>
<RepositoryUrl>https://github.com/seclerp/dotnet-chrome-protocol</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 40994e3

Please sign in to comment.