diff --git a/CHANGELOG.md b/CHANGELOG.md index b1079af..be112be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## [Unreleased] +## [0.9.5] - 2024-02-08 +### Added +- Added build_image to build/push container image (@bougyman) +- Added user information to comment list in issue view (@bougyman) + ## [0.9.4] - 2024-02-07 ### Fixed - Fixed issue with canceled issues showing up in lcls (@bougyman) @@ -83,8 +88,9 @@ ### Added - Added new changelog management system (changelog-rb) (@bougyman) -[Unreleased]: https://github.com/rubyists/linear-cli/compare/0.9.4...HEAD -[0.9.4]: https://github.com/rubyists/linear-cli/compare/v0.9.3...0.9.4 +[Unreleased]: https://github.com/rubyists/linear-cli/compare/0.9.5...HEAD +[0.9.5]: https://github.com/rubyists/linear-cli/compare/v0.9.4...0.9.5 +[0.9.4]: https://github.com/rubyists/linear-cli/compare/v0.9.3...v0.9.4 [0.9.3]: https://github.com/rubyists/linear-cli/compare/v0.9.1...v0.9.3 [0.9.1]: https://github.com/rubyists/linear-cli/compare/v0.9.0...v0.9.1 [0.9.0]: https://github.com/rubyists/linear-cli/compare/v0.8.6...v0.9.0 diff --git a/changelog/unreleased/added_build_image_to_build_push_container_image.yml b/changelog/0.9.5/added_build_image_to_build_push_container_image.yml similarity index 100% rename from changelog/unreleased/added_build_image_to_build_push_container_image.yml rename to changelog/0.9.5/added_build_image_to_build_push_container_image.yml diff --git a/changelog/unreleased/added_user_information_to_comment_list_in_issue_view.yml b/changelog/0.9.5/added_user_information_to_comment_list_in_issue_view.yml similarity index 100% rename from changelog/unreleased/added_user_information_to_comment_list_in_issue_view.yml rename to changelog/0.9.5/added_user_information_to_comment_list_in_issue_view.yml diff --git a/changelog/0.9.5/tag.yml b/changelog/0.9.5/tag.yml new file mode 100644 index 0000000..d51f053 --- /dev/null +++ b/changelog/0.9.5/tag.yml @@ -0,0 +1 @@ +date: 2024-02-08