diff --git a/CHANGELOG.md b/CHANGELOG.md index 1abdb3237..9e8bc2f30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## master +## 2.19.0 + * Extend documentation for using Stimulus within sidecar directories. *Ciprian Redinciuc* diff --git a/lib/view_component/version.rb b/lib/view_component/version.rb index 8d790559c..7891eabae 100644 --- a/lib/view_component/version.rb +++ b/lib/view_component/version.rb @@ -3,8 +3,8 @@ module ViewComponent module VERSION MAJOR = 2 - MINOR = 18 - PATCH = 2 + MINOR = 19 + PATCH = 0 STRING = [MAJOR, MINOR, PATCH].join(".") end