CHANGELOG.md in alba-3.0.1 vs CHANGELOG.md in alba-3.0.2
- old
+ new
@@ -4,9 +4,15 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
+## [3.0.2] 2023-12-05
+
+### Fixed
+
+- Fixed warning when `location` option is given to `render json:` in Rails [#348](https://github.com/okuramasafumi/alba/pull/348)
+
## [3.0.1] 2023-10-13
### Fixed
- Fixed a bug where methods such as `test` or `params` cannot be used as attribute name [#344](https://github.com/okuramasafumi/alba/pull/344)