diff --git a/CHANGELOG.md b/CHANGELOG.md index 737f2cae..2a23c119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## 0.13.0 - 2024-09-22 + ### Features - Add better support for Data object diffing. [#259](https://github.com/splitwise/super_diff/pull/259) diff --git a/lib/super_diff/version.rb b/lib/super_diff/version.rb index 90a130e0..ec27305f 100644 --- a/lib/super_diff/version.rb +++ b/lib/super_diff/version.rb @@ -1,3 +1,3 @@ module SuperDiff - VERSION = "0.12.1".freeze + VERSION = "0.13.0".freeze end