Skip to content

Commit

Permalink
chore: bump core lib version to 2.0.0
Browse files Browse the repository at this point in the history
A breaking change since we change the interface of
`TransactionalOutboxBuilder`.

[VR-3403]
  • Loading branch information
chris-asl committed Jun 19, 2024
1 parent 9d4d65e commit fba98cb
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:1.0.0")
implementation("io.github.bluegroundltd:transactional-outbox-core:2.0.0")
```

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=1.0.0
VERSION_NAME=2.0.0

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

0 comments on commit fba98cb

Please sign in to comment.