Skip to content

Commit 39b0759

Browse files
committed
Update CHANGELOG for version 1.2.0
1 parent 6858ff4 commit 39b0759

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7-
## [Unreleased][Unreleased]
7+
## [1.2.0][1.2.0] - 2025-12-15
88

99
* All nodes of the graph can now contain clickable links to their corresponding nuget.org page. This new behavior can be enabled by setting the `ChiselGraphIncludeLinks` MSBuild property to `true`. See the [ChiselGraphIncludeLinks](https://github.com/0xced/Chisel#chiselgraphincludelinks) documentation in the README for more information.
1010
* The graph now includes a title that defaults to `Dependency graph of $(MSBuildProjectName) ($(TargetFramework))`. See the [ChiselGraphTitle](https://github.com/0xced/Chisel#chiselgraphtitle) documentation in the README for more information.
@@ -76,7 +76,8 @@ class Microsoft.Data.SqlClient default
7676

7777
Initial release on NuGet
7878

79-
[Unreleased]: https://github.com/0xced/Chisel/compare/1.1.2...HEAD
79+
[Unreleased]: https://github.com/0xced/Chisel/compare/1.2.0...HEAD
80+
[1.2.0]: https://github.com/0xced/Chisel/compare/1.1.2...1.2.0
8081
[1.1.2]: https://github.com/0xced/Chisel/compare/1.1.1...1.1.2
8182
[1.1.1]: https://github.com/0xced/Chisel/compare/1.1.0...1.1.1
8283
[1.1.0]: https://github.com/0xced/Chisel/compare/1.0.0...1.1.0

0 commit comments

Comments
 (0)