Skip to content

Commit

Permalink
Merge branch '3.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansant committed Feb 6, 2024
2 parents b6ab899 + ed84445 commit 11ae4cc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Package
uses: jonathansant/.github/.github/workflows/dotnet-ci.yml@main
with:
dotnet-version: 7.0.x
dotnet-version: 8.0.x
publishable: ${{ contains(fromJSON('["develop", "master", "workflow", "feature/workflow"]'), github.ref_name) || endsWith(github.ref_name, '.x') }}
secrets:
nuget-auth-token: ${{ secrets.NUGET_KEY }}
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
## [2.2.0](https://github.com/jonathansant/orleans.persistence.redis/compare/2.1.0...2.2.0) (2023-10-25)
## [3.0.0](https://github.com/jonathansant/orleans.persistence.redis/compare/2.2.0...3.0.0) (2024-02-06)

### Features

- update Orleans version to 8.0.0

## [2.2.0](https://github.com/jonathansant/orleans.persistence.redis/compare/2.1.0...2.2.0) (2023-10-25)

### Features

Expand Down

0 comments on commit 11ae4cc

Please sign in to comment.