CHANGELOG.md in close_encounters-0.1.1 vs CHANGELOG.md in close_encounters-0.1.2
- old
+ new
@@ -3,10 +3,20 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
+## [0.1.2] - 2024-07-11
+
+### Added
+
+- Check if the table exits before conditionally setting up the serialize column
+
+### Removed
+
+- Appending engine migrations to the main app's migration path
+
## [0.1.1] - 2024-07-11
### Added
- Support for Importmaps
@@ -16,11 +26,5 @@
- Alter newest scope to properly return a relation limited to 1 record
- Update ensure_service to not overwrite existing connection_info
- Allow specs to run properly locally
- Incorrect manifest paths for sprockets
-
-## [0.1.0] - 2024-05-08
-
-### Added
-
-- Initial implimentation