Skip to content

Commit 6112a16

Browse files
authored
Merge pull request #1084 from eventflow/prepare-release
Prepare release of 1.2.0
2 parents 7d2bbf0 + 94f42c4 commit 6112a16

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

.github/workflows/pull-requests.yaml

+1-1
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.1.0-pr${{ github.event.number }}-b${{ github.run_number }}"
16+
version: "1.2.0-pr${{ github.event.number }}-b${{ github.run_number }}"

.github/workflows/release.yaml

+1-1
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.1.0"
17+
version: "1.2.0"
1818
secrets:
1919
nuget-api-key: ${{ secrets.NUGET_APIKEY }}

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The following list key characteristics of each version as well as its related br
6565
- 💀 `EventFlow.Autofac`
6666
- 💀 `EventFlow.DependencyInjection`
6767
- 🟠 `EventFlow.Elasticsearch`
68-
- 🟠 `EventFlow.EntityFramework`
68+
- 🟢 `EventFlow.EntityFramework`
6969
- 🟠 `EventFlow.EventStores.EventStore`
7070
- 🟢 `EventFlow.Hangfire`
7171
- 🟢 `EventFlow.MongoDB`
@@ -471,6 +471,10 @@ category.
471471
* [iconmonstr](https://iconmonstr.com/network-6-icon/): First logo
472472
* [JC008](https://github.com/JC008): License for Navicat Essentials for SQLite
473473
474+
## Star History
475+
476+
[![Star History Chart](https://api.star-history.com/svg?repos=eventflow/EventFlow&type=Date)](https://star-history.com/#eventflow/EventFlow&Date)
477+
474478
## License
475479

476480
EventFlow was originally developed <u>in my spare time</u> while I worked at both

RELEASE_NOTES.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
1-
### New in 1.1.1 (working version, not released yet)
1+
### New in 1.2.0 (working version, not released yet)
22

3+
* New: New NuGet package `EventFlow.SourceGenerators` created by @alexeyfv. See
4+
[documentation](https://geteventflow.net/additional/source-generation/) for details
35
* New: NuGet `EventFlow.SQLite` is now released as part of v1 and enables support for SQLite
6+
* New: NuGet `EventFlow.EntityFramework` now ported to v1 (thanks @MMonrad)
7+
* Fix: Upgrade `EventFlow.MongoDB` reference of `MongoDB.Driver` from `2.19.0` to `[3.0.0,4.0)` (thanks @tniessner)
48
* Fix: Invoking `UseEventPersistence` now removes any previously registered event persistence. This
59
fixes a service ordering issue in the following event store configurations
610
- MongoDB
711
- MSSQL
812
- PostgreSQL
913

14+
*Sorry for the delay.*
1015

1116
### New in 1.1.0 (released 2024-12-16)
1217

0 commit comments

Comments
 (0)