Skip to content

Commit 7c91526

Browse files
committed
Version is now 1.2.2
1 parent 8538268 commit 7c91526

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/pull-requests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
pipeline:
1414
uses: ./.github/workflows/pipeline.yaml
1515
with:
16-
version: "1.2.1-pr${{ github.event.number }}-b${{ github.run_number }}"
16+
version: "1.2.2-pr${{ github.event.number }}-b${{ github.run_number }}"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
with:
1515
bake-convention: 'Release'
1616
environment: 'release'
17-
version: "1.2.1"
17+
version: "1.2.2"
1818
secrets:
1919
nuget-api-key: ${{ secrets.NUGET_APIKEY }}

RELEASE_NOTES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
### New in 1.2.1 (working version, not released yet)
1+
### New in 1.2.2 (working version, not released yet)
2+
3+
* *Nothing yet...*
4+
5+
### New in 1.2.1 (released 2025-05-29)
26

37
* Fix: Prevent multiple calls of the same async subscribers when dispatching events (by @alexeyfv)
48
* Fix: Better exception handling and propagation in `ReadModelPopulator`

0 commit comments

Comments
 (0)