diff --git a/changelog_release_template.md b/changelog_release_template.md index 708210f..60a0f5f 100644 --- a/changelog_release_template.md +++ b/changelog_release_template.md @@ -2,60 +2,12 @@ See [vX.X.X] changes -### API +### Features -#### Fixed +### Fixes -#### Added +### Breaking Changes -#### Changed - -#### Removed - -#### Deprecated - -#### Security - -### Infrastructure - -#### Fixed - -#### Added - -#### Changed - -#### Removed - -#### Deprecated - -#### Security - -### SDK - -#### Fixed - -#### Added - -#### Changed - -#### Removed - -#### Deprecated - -#### Security - -### UI - -#### Fixed - -#### Added - -#### Changed - -#### Removed - -#### Deprecated - -#### Security +### Migration [vX.X.X]: https://github.com/no10ds/rapid/compare/...vX.X.X diff --git a/docs/changelog.md b/docs/changelog.md index 946df62..f58ded9 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -4,7 +4,7 @@ See [v7.0.0] changes. -### Major Changes +### Features - Layers have been introduced to rAPId. These are now the highest level of grouping for your data. They allow you to separate your data into areas that relate to the layers in your data architecture e.g `raw`, `curated`, `presentation`. You will need to specify your layers when you create or migrate a rAPId instance. - All the code is now in this monorepo. The previous [Infrastructure](https://github.com/no10ds/rapid-infrastructure), [UI](https://github.com/no10ds/rapid-ui) and [API](https://github.com/no10ds/rapid-api) repos are now deprecated. This will ease the use and development of rAPId.