CHANGELOG.md in ecoportal-api-v2-0.8.11 vs CHANGELOG.md in ecoportal-api-v2-0.8.12

- old
+ new

@@ -1,7 +1,19 @@ # Change Log All notable changes to this project will be documented in this file. +## [0.8.12] - 2021-08-xx + +### Added + - `Ecoportal::API::V2::Pages::PageStage#current_stage` + +### Changed + +### Fixed + - `Ecoportal::API::Common::Content::DocHelpers#get_body` typo and wrong parameters on call. + - `Ecoportal::API::V2::Pages#update` should always return `Result` object. + - `Ecoportal::API::V2::Registers#search` was not using `cursor_id` to iterate. + ## [0.8.11] - 2021-08-27 ### Added - `Ecoportal::API::V2::Page#stages?` - `Ecoportal::API::V2::Pages::PageStage#current_stage_id`