CHANGELOG.md in stored_session-0.2.0 vs CHANGELOG.md in stored_session-0.3.0
- old
+ new
@@ -1,7 +1,13 @@
-# Solid Session Changelog
+# Stored Session Changelog
## Unreleased
+
+## [0.3.0](https://github.com/tbhb/stored_session/releases/tag/v0.3.0)
+
+- Add log subscriber events (<https://github.com/tbhb/stored_session/pull/22>)
+- Extract session model behavior into concern (<https://github.com/tbhb/stored_session/pull/24>)
+- Rename trim to expire and add Rake tasks (<https://github.com/tbhb/stored_session/pull/27>)
## [0.2.0](https://github.com/tbhb/stored_session/releases/tag/v0.2.0)
- Rename gem to `stored_session` (<https://github.com/tbhb/stored_session/pull/19>)