Skip to content

Commit

Permalink
update changelog for release 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleFox94 committed May 4, 2022
1 parent 9548bb9 commit 4ce2584
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed
* clouddns/v1: creating a Record didn't retrieve its Identifier (#120, @LittleFox94)
* lbaas/v1: fix some attributes not being sent to the Engine when creating Backends (#135, @LittleFox94)

### Added
* generic client: FilterRequestURLHook for modifying request URLs (#123, @marioreggiori)

### Changed
* core/v1: ResourceWithTag uses RequestBodyHook and FilterRequestURLHook instead of RequestFilterHook (#123, @marioreggiori)

<!--
Please add your changelog entry under this comment in the correct category (Security, Fixed, Added, Changed, Deprecated, Removed - in this order).
Expand All @@ -33,6 +23,18 @@ Some examples, more below in the actual changelog (newer entries are more likely
-->

## [0.4.3] - 2022-05-04

### Fixed
* clouddns/v1: creating a Record didn't retrieve its Identifier (#120, @LittleFox94)
* lbaas/v1: fix some attributes not being sent to the Engine when creating Backends (#135, @LittleFox94)

### Added
* (internal) generic client: FilterRequestURLHook for modifying request URLs (#123, @marioreggiori)

### Changed
* (internal) core/v1: ResourceWithTag uses RequestBodyHook and FilterRequestURLHook instead of RequestFilterHook (#123, @marioreggiori)

## [0.4.2] - 2022-03-29

### Added
Expand Down

0 comments on commit 4ce2584

Please sign in to comment.