Skip to content

Commit 42a3f10

Browse files
committed
Version 1.2.0-alpha
1 parent b11966b commit 42a3f10

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 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
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [1.1.2] / 2025-03-21
7+
## [1.2.0] / 2025-03-21
88
### Features
99
- Support `tiff` image files.
1010
### Updates
@@ -74,7 +74,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7474
- [x] AutoUpdater
7575

7676
[vNext]: ../../compare/1.0.0...HEAD
77-
[1.1.2]: ../../compare/1.1.1...1.1.2
77+
[1.2.0]: ../../compare/1.1.1...1.2.0
7878
[1.1.1]: ../../compare/1.1.0...1.1.1
7979
[1.1.0]: ../../compare/1.0.6...1.1.0
8080
[1.0.6]: ../../compare/1.0.5...1.0.6

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>1.1.2-alpha</Version>
3+
<Version>1.2.0-alpha</Version>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)