Skip to content

Commit

Permalink
Prepare 1.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
seclerp committed Jun 9, 2024
1 parent 7a7b136 commit 2362471
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
21 changes: 14 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.3]

### Fixed

- Fix binary inconsistency between different origins of the packages in different package sources

## [1.2.2]

### Fixed
Expand Down Expand Up @@ -46,10 +52,11 @@ 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.2...HEAD
[1.2.2]: https://github.com/olivierlacan/keep-a-changelog/compare/1.2.1...1.2.2
[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
[1.1.0-preview1]: https://github.com/olivierlacan/keep-a-changelog/releases/tag/v1.1.0-preview1
[Unreleased]: https://github.com/seclerp/dotnet-chrome-protocol/compare/1.2.3...HEAD
[1.2.3]: https://github.com/seclerp/dotnet-chrome-protocol/compare/1.2.2...1.2.3
[1.2.2]: https://github.com/seclerp/dotnet-chrome-protocol/compare/1.2.1...1.2.2
[1.2.1]: https://github.com/seclerp/dotnet-chrome-protocol/compare/1.2.0...1.2.1
[1.2.0]: https://github.com/seclerp/dotnet-chrome-protocol/compare/1.1.0...1.2.0
[1.1.0]: https://github.com/seclerp/dotnet-chrome-protocol/compare/1.1.0-preview2...1.1.0
[1.1.0-preview2]: https://github.com/seclerp/dotnet-chrome-protocol/compare/1.1.0-preview1...1.1.0-preview2
[1.1.0-preview1]: https://github.com/seclerp/dotnet-chrome-protocol/releases/tag/v1.1.0-preview1
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.2</Version>
<Version>1.2.3</Version>
<Authors>seclerp</Authors>
<RepositoryUrl>https://github.com/seclerp/dotnet-chrome-protocol</RepositoryUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down

0 comments on commit 2362471

Please sign in to comment.