CHANGELOG.md in ecoportal-api-v2-0.8.19 vs CHANGELOG.md in ecoportal-api-v2-0.8.20
- old
+ new
@@ -1,10 +1,20 @@
# Change Log
All notable changes to this project will be documented in this file.
-## [0.8.19] - 2021-09-29
+## [0.8.20] - 2021-10-xx
### Added
+### Changed
+ - `Ecoportal::API::V2::Pages::PageStage#permits` removed
+ - The reason is that it should be changed using the `Stage#permits` instead
+ - Upgraded `ecoportal-api` gem dependency
+
+### Fixed
+ - `Ecoportal::API::V2::Page::Stage#sections` typo
+
+## [0.8.19] - 2021-09-29
+
### Changed
- Moved validation of components multi-section from `PageStage` to `Page`
- Removed validation from `PageStage#as_update`
- This means that the validation will not run natively, but in the client lib