diff --git a/CHANGELOG.md b/CHANGELOG.md index 25d6a75..972745d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## [0.7.3] - 2024-02-04 +### Fixed +- Fixed problem with issue relationship to user (@bougyman) + ## [0.7.2] - 2024-02-04 ### Fixed - Fixed problem when trying to develop an unassigned issue (@bougyman) @@ -37,8 +41,9 @@ ### Added - Added new changelog management system (changelog-rb) (@bougyman) -[Unreleased]: https://github.com/rubyists/linear-cli/compare/0.7.2...HEAD -[0.7.2]: https://github.com/rubyists/linear-cli/compare/v0.7.1...0.7.2 +[Unreleased]: https://github.com/rubyists/linear-cli/compare/0.7.3...HEAD +[0.7.3]: https://github.com/rubyists/linear-cli/compare/v0.7.2...0.7.3 +[0.7.2]: https://github.com/rubyists/linear-cli/compare/v0.7.1...v0.7.2 [0.7.1]: https://github.com/rubyists/linear-cli/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/rubyists/linear-cli/compare/v0.6.1...v0.7.0 [0.6.1]: https://github.com/rubyists/linear-cli/compare/v0.6.0...v0.6.1 diff --git a/changelog/0.7.3/fixed_problem_with_issue_relationship_to_user.yml b/changelog/0.7.3/fixed_problem_with_issue_relationship_to_user.yml new file mode 100644 index 0000000..97b670e --- /dev/null +++ b/changelog/0.7.3/fixed_problem_with_issue_relationship_to_user.yml @@ -0,0 +1,4 @@ +type: Fixed +title: > + Fixed problem with issue relationship to user +author: bougyman diff --git a/changelog/0.7.3/tag.yml b/changelog/0.7.3/tag.yml new file mode 100644 index 0000000..2e8c180 --- /dev/null +++ b/changelog/0.7.3/tag.yml @@ -0,0 +1 @@ +date: 2024-02-04