Skip to content

Commit

Permalink
docs: update CHANGELOG.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
skwasjer committed Nov 25, 2023
1 parent eb86b8d commit ee4efed
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 22 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Changelog

## v4.0.0

- feat(netsdk)!: add .NET 8 target, deprecate .NET Standard 2.1 target (leaving .NET Standard 2.0) by @skwasjer in https://github.com/skwasjer/Rebus.Correlate/pull/19
- style(CA1033)!: seal DependencyResolverAdapter as it is hiding some unimplemented interface members by @skwasjer in https://github.com/skwasjer/Rebus.Correlate/pull/20

### Chores
- chore(deps): replace Moq with NSubstitute. by @skwasjer in https://github.com/skwasjer/Rebus.Correlate/pull/21
- chore(deps)!: update Rebus from v6.6.5 to v7.0.0. by @skwasjer in https://github.com/skwasjer/Rebus.Correlate/pull/22
- chore(deps)!: bump Correlate from v4.0.0 to v5.2.0 by @skwasjer in https://github.com/skwasjer/Rebus.Correlate/pull/23
- ci: update CI/workflow by @skwasjer in https://github.com/skwasjer/Rebus.Correlate/pull/18
- chore(deps): update Rebus from v7.0.0 to v7.2.1. by @skwasjer in https://github.com/skwasjer/Rebus.Correlate/pull/24

## v3.0.0

- Dropped .NET 4.6 target framework
- Added .NET 6 target framework
- Updated to Correlate v4.0.0
- Updated to Rebus v6.6.5

## v2.0.0

- Updated dependencies: Rebus >= v6.0, Correlate >= 3.3
- Added .NET 5 and .NET Standard 2.1 target framework.
- Dropped .NET Standard 1.3 target framework.

## v1.1.0

- Update to Correlate v3.0.0

## v1.0.0

- Initial release
22 changes: 0 additions & 22 deletions Changelog.md

This file was deleted.

0 comments on commit ee4efed

Please sign in to comment.