diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fa1ebb..ec4f3c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,9 +5,15 @@ 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.1.0] + +### Removed + +- Remove preview version postfix + ## [1.1.0-preview2] -### Added +### Fixed - Fix `dotnet cdp` tools packaging diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 64854b5..4009c79 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props @@ -1,7 +1,7 @@ - 1.1.0-preview2 + 1.1.0 seclerp https://github.com/seclerp/dotnet-chrome-protocol MIT