Skip to content

Commit 7f4178c

Browse files
committed
Adds changelog
1 parent eed8973 commit 7f4178c

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## [0.7.3] - 2024-02-04
6+
### Fixed
7+
- Fixed problem with issue relationship to user (@bougyman)
8+
59
## [0.7.2] - 2024-02-04
610
### Fixed
711
- Fixed problem when trying to develop an unassigned issue (@bougyman)
@@ -37,8 +41,9 @@
3741
### Added
3842
- Added new changelog management system (changelog-rb) (@bougyman)
3943

40-
[Unreleased]: https://github.com/rubyists/linear-cli/compare/0.7.2...HEAD
41-
[0.7.2]: https://github.com/rubyists/linear-cli/compare/v0.7.1...0.7.2
44+
[Unreleased]: https://github.com/rubyists/linear-cli/compare/0.7.3...HEAD
45+
[0.7.3]: https://github.com/rubyists/linear-cli/compare/v0.7.2...0.7.3
46+
[0.7.2]: https://github.com/rubyists/linear-cli/compare/v0.7.1...v0.7.2
4247
[0.7.1]: https://github.com/rubyists/linear-cli/compare/v0.7.0...v0.7.1
4348
[0.7.0]: https://github.com/rubyists/linear-cli/compare/v0.6.1...v0.7.0
4449
[0.6.1]: https://github.com/rubyists/linear-cli/compare/v0.6.0...v0.6.1
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
type: Fixed
2+
title: >
3+
Fixed problem with issue relationship to user
4+
author: bougyman

changelog/0.7.3/tag.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
date: 2024-02-04

0 commit comments

Comments
 (0)