Skip to content

Commit

Permalink
Prepare for release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dkasimovskiy committed Nov 17, 2023
1 parent 86e0dd9 commit 5724053
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Changelog

## [Unreleased]
- Bump cartridge-driver version to 0.13.0
- Bump testcontainers-java-tarantool version to 1.0.1

## [0.6.1] - 2023-11-17
- Bump cartridge-driver version to 0.13.0 ([#133](https://github.com/tarantool/cartridge-springdata/issues/133))
- Bump testcontainers-java-tarantool version to 1.0.1 ([#133](https://github.com/tarantool/cartridge-springdata/issues/133))
- Fix naming for Tarantool threads

## [0.6.0] - 2023-06-14
- Bump cartridge-java version to 0.12.0 ([#123](https://github.com/tarantool/cartridge-springdata/issues/123))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Add the Maven dependency:
<dependency>
<groupId>io.tarantool</groupId>
<artifactId>spring-data-tarantool</artifactId>
<version>0.6.0</version>
<version>0.6.1</version>
</dependency>
```

Expand Down

0 comments on commit 5724053

Please sign in to comment.