diff --git a/CHANGELOG.md b/CHANGELOG.md index a49a287..c0fed0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### v0.8.3 / 2025-11-30 + +* No significant updates. + ### v0.8.2 / 2025-11-30 * DOCS: Fixed a few typos in documentation and error messages diff --git a/lib/cloud_events/version.rb b/lib/cloud_events/version.rb index fc5607d..3618cb0 100644 --- a/lib/cloud_events/version.rb +++ b/lib/cloud_events/version.rb @@ -5,5 +5,5 @@ module CloudEvents # Version of the Ruby CloudEvents SDK # @return [String] # - VERSION = "0.8.2" + VERSION = "0.8.3" end