CHANGELOG.md in identity_cache-1.2.0 vs CHANGELOG.md in identity_cache-1.3.0

- old
+ new

@@ -1,6 +1,17 @@ # Identity Cache Changelog +## unreleased + +## 1.3.0 + +### Features +- Return meaningful value from `expire_cache` indicating whenever it succeeded or failed in the process. (#523) + +### Fixes +- Expire parents cache when when calling `expire_cache`. (#523) +- Avoid creating too many shapes on Ruby 3.2+. (#526) + ## 1.2.0 ### Fixes - Fix mem_cache_store adapter with pool_size (#489) - Fix dalli deprecation warning about requiring 'dalli/cas/client' (#511)