diff --git a/CHANGELOG.md b/CHANGELOG.md index 6de3496..694fe24 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.0][1.1.0] - 2024-09-13 * The `ChiselGraphIgnore` items now support simple globbing. For example to ignore all packages starting with `System.` in the graph, use the following syntax: @@ -46,6 +46,7 @@ class Microsoft.Data.SqlClient default Initial release on NuGet +[1.1.0]: https://github.com/0xced/Chisel/compare/1.0.0...1.1.0 [1.0.0]: https://github.com/0xced/Chisel/compare/1.0.0-rc.2...1.0.0 [1.0.0-rc.2]: https://github.com/0xced/Chisel/compare/1.0.0-rc.1...1.0.0-rc.2 [1.0.0-rc.1]: https://github.com/0xced/Chisel/releases/tag/1.0.0-rc.1