diff --git a/CHANGELOG.md b/CHANGELOG.md index 9de1919..cfd208e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Release History: hola-xuan +## v0.1.8 / 2026-08-17 + +- chore: update +- chore: update +- release: Release hola-xuan 0.1.7 (was 0.1.6) +- chore: update +- chore: update +- fix: fix release workflow +- update +- update +- update +- update +- update +- update + ## v0.1.7 / 2026-07-13 - FIXED: Fix release workflow diff --git a/lib/version.rb b/lib/version.rb index 442c83e..f906171 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -2,7 +2,7 @@ class Hello # Single source of truth for the gem version. This constant is read and # updated automatically by the release-request workflow, so it must stay in # the `VERSION = "x.y.z"` string form. - VERSION = '0.1.7' + VERSION = '0.1.8' # Backwards-compatible alias used by the gemspec and existing workflows. STRING = VERSION