Skip to content

Commit

Permalink
chore: bump core lib version to 2.1.1
Browse files Browse the repository at this point in the history
Enhances the processing pipeline so that it:
- no longer assumes that `FAILED` items are never fetched
- handles non-`RUNNING` items properly

[SW-588]
  • Loading branch information
panos-tr committed Aug 26, 2024
1 parent b35de72 commit f381cb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Transactional Outbox is published on `mavenCentral`. In order to use it just add

```gradle
implementation("io.github.bluegroundltd:transactional-outbox-core:2.1.0")
implementation("io.github.bluegroundltd:transactional-outbox-core:2.1.1")
```

Expand Down
2 changes: 1 addition & 1 deletion core/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GROUP=io.github.bluegroundltd
POM_ARTIFACT_ID=transactional-outbox-core
VERSION_NAME=2.1.0
VERSION_NAME=2.1.1

POM_NAME=Transactional Outbox Core
POM_DESCRIPTION=Easily implement the transactional outbox pattern in your JVM application
Expand Down

0 comments on commit f381cb1

Please sign in to comment.