Skip to content

Commit

Permalink
Add Multi-Tenancy extesions 4.6.1 release notes
Browse files Browse the repository at this point in the history
Add Multi-Tenancy extesions 4.6.1 release notes
  • Loading branch information
smcvb committed Oct 13, 2022
1 parent 2c5f920 commit c9f22cb
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions release-notes/rn-extensions/rn-multi-tenancy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ The release notes section for the Axon Multi-Tenancy Extension for all major/min
| Release Type | Version |
|:-------------|:-----------------------------------------------------|
| _**Major**_ | [4.6](rn-multi-tenancy-major-releases.md#release-46) |
| _**Minor**_ | [4.6](rn-multi-tenancy-minor-releases.md#release-46) |
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Minor Releases

This page notes all enhancements and features that we have introduced to our major releases of the Axon Multi-Tenancy Extension.

## Release 4.6

### Release 4.6.1

#### Bug Fixes

- Not resolving Tenant outside UoW [#33](https://github.com/AxonFramework/extension-multitenancy/pull/33)
- Moved TenantConfiguration to multitenancy module [#28](https://github.com/AxonFramework/extension-multitenancy/pull/28)

#### Dependency Upgrade

- Bump projectreactor.version from 3.4.23 to 3.4.24 [#35](https://github.com/AxonFramework/extension-multitenancy/pull/35)
- Bump axon.version from 4.6.0 to 4.6.1 [#34](https://github.com/AxonFramework/extension-multitenancy/pull/34)
- Bump actions/setup-java from 3.5.0 to 3.5.1 [#32](https://github.com/AxonFramework/extension-multitenancy/pull/32)
- Bump spring.boot.version from 2.7.3 to 2.7.4 [#31](https://github.com/AxonFramework/extension-multitenancy/pull/31)
- Bump junit-jupiter from 5.9.0 to 5.9.1 [#29](https://github.com/AxonFramework/extension-multitenancy/pull/29)
- Bump spring.web.version from 5.3.9 to 5.3.22 [#11](https://github.com/AxonFramework/extension-multitenancy/pull/11)

#### Contributors

We'd like to thank all the contributors who worked on this release!

- [@YvonneCeelie](https://github.com/YvonneCeelie)
- [@schananas](https://github.com/schananas)

0 comments on commit c9f22cb

Please sign in to comment.