CHANGELOG.md in frontman-ssg-0.0.2 vs CHANGELOG.md in frontman-ssg-0.0.3

- old
+ new

@@ -3,9 +3,24 @@ We document all notable changes to the project in the file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [semantic versioning](http://semver.org/). # Release Notes -## [Unreleased](https://github.com/algolia/frontman/compare/0.0.2...master) +## [Unreleased](https://github.com/algolia/frontman/compare/0.0.3...master) + +## [0.0.3](https://github.com/algolia/frontman/tree/0.0.3) - 2020-08-28 + +#### Added +* Documentation on the release process. +* Load possible `.env` files before application bootstrapping. +* Asset fingerprinting through configuration. + +#### Security +* Update dependencies in the Webpack project template. + +#### Fixed +* Prevent `DataStoreFile` from being converted to `OpenStruct`. +* Misc. updates to the projects documentation. + ## [0.0.2](https://github.com/algolia/frontman/tree/0.0.2) The initial alpha release.