diff --git a/CHANGELOG.md b/CHANGELOG.md index fcb589e..5835ddb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ ## [Unreleased] +## [0.9.11] - 2024-02-20 +### Changed +- Reduced the container image size by 60% (@bougyman) + +### Fixed +- Fixed sqlite problem with ruby 3.3 (https://github.com/sparklemotion/sqlite3-ruby/issues/434) by pinning to alpine 3.18 (@bougyman) + ## [0.9.10] - 2024-02-08 ### Fixed - Fixed rubocop offenses (@bougyman) @@ -100,8 +107,9 @@ ### Added - Added new changelog management system (changelog-rb) (@bougyman) -[Unreleased]: https://github.com/rubyists/linear-cli/compare/0.9.10...HEAD -[0.9.10]: https://github.com/rubyists/linear-cli/compare/0.9.8...0.9.10 +[Unreleased]: https://github.com/rubyists/linear-cli/compare/0.9.11...HEAD +[0.9.11]: https://github.com/rubyists/linear-cli/compare/v0.9.10...0.9.11 +[0.9.10]: https://github.com/rubyists/linear-cli/compare/0.9.8...v0.9.10 [0.9.8]: https://github.com/rubyists/linear-cli/compare/v0.9.7...0.9.8 [0.9.7]: https://github.com/rubyists/linear-cli/compare/v0.9.5...v0.9.7 [0.9.5]: https://github.com/rubyists/linear-cli/compare/v0.9.4...v0.9.5 diff --git a/changelog/unreleased/fixed_sqlite_problem_with_ruby_3_3_https_github_com_sparklemotion_sqlite3_ruby_issues_434_by_pinning_to_alpine_3_18.yml b/changelog/0.9.11/fixed_sqlite_problem_with_ruby_3_3_https_github_com_sparklemotion_sqlite3_ruby_issues_434_by_pinning_to_alpine_3_18.yml similarity index 100% rename from changelog/unreleased/fixed_sqlite_problem_with_ruby_3_3_https_github_com_sparklemotion_sqlite3_ruby_issues_434_by_pinning_to_alpine_3_18.yml rename to changelog/0.9.11/fixed_sqlite_problem_with_ruby_3_3_https_github_com_sparklemotion_sqlite3_ruby_issues_434_by_pinning_to_alpine_3_18.yml diff --git a/changelog/unreleased/reduced_the_container_image_size_by_60.yml b/changelog/0.9.11/reduced_the_container_image_size_by_60.yml similarity index 100% rename from changelog/unreleased/reduced_the_container_image_size_by_60.yml rename to changelog/0.9.11/reduced_the_container_image_size_by_60.yml diff --git a/changelog/0.9.11/tag.yml b/changelog/0.9.11/tag.yml new file mode 100644 index 0000000..a6542be --- /dev/null +++ b/changelog/0.9.11/tag.yml @@ -0,0 +1 @@ +date: 2024-02-20