Skip to content

Commit

Permalink
Update VERSION and CHANGELOG for 2.0.0-rc4 release (#285)
Browse files Browse the repository at this point in the history
  • Loading branch information
cspray authored Mar 4, 2023
1 parent b461af3 commit 232d0b0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased Changes

## [v2.0.0-rc4](https://github.com/cspray/annotated-container/tree/v2.0.0-rc4) - 2023-03-04

### Added

- Added `cspray/annotated-container-adr` dependency for removed Architectural Decision Records.
Expand All @@ -24,6 +26,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Removed `DefaultAnnotatedTargetDefinitionConverter`, this implementation was moved to the interface it implemented.
- Removed the `Bootstrap\Observer` interface. Use the more granular implementations added instead.

## [v2.0.0-rc3](https://github.com/cspray/annotated-container/tree/v2.0.0-rc3) - 2023-02-11

### Changed

- Updated `ThirdPartyInitializerProvider` to read explicit class names from `composer.json` instead of scanning the entire vendor directory which is very resource intensive.

## [v2.0.0-rc2](https://github.com/cspray/annotated-container/tree/v2.0.0-rc2) - 2023-02-11

### Added
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dev-main
2.0.0-rc4

0 comments on commit 232d0b0

Please sign in to comment.