diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e928cc..a3fcb5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [v0.1.9](https://github.com/ytkg/komeda/compare/v0.1.8...v0.1.9) - 2024-05-01 +- Update menu data by @github-actions in https://github.com/ytkg/komeda/pull/23 + ## [v0.1.8](https://github.com/ytkg/komeda/compare/v0.1.7...v0.1.8) - 2024-03-01 - Update menu data by @github-actions in https://github.com/ytkg/komeda/pull/21 diff --git a/lib/komeda/version.rb b/lib/komeda/version.rb index e7f66d7..c3a0c65 100644 --- a/lib/komeda/version.rb +++ b/lib/komeda/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Komeda - VERSION = '0.1.8' + VERSION = '0.1.9' end