Skip to content

Commit 21d3957

Browse files
committed
Release 0.1.61
1 parent cd70087 commit 21d3957

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

changelog.adoc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
== Changelog
22

3-
=== Unreleased
3+
=== Released
44

55
'''
66

7-
==== 0.1.56-SNAPSHOT (2021-12-04)
7+
==== 0.1.61 (2021-12-04)
88

9-
- The first official release
9+
*The first official release*
1010

11-
=== Released
11+
===== Added
12+
13+
- Tarantool configuration and client API
14+
- Support XTDB tx-log API

readme.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ Add the following dependency in your project:
1818
[source,clojure]
1919
----
2020
;; project.clj or build.boot
21-
[team.sultanov/xtdb-tarantool "0.1.56-SNAPSHOT"]
21+
[team.sultanov/xtdb-tarantool "0.1.61"]
2222
2323
;; deps.edn
24-
team.sultanov/xtdb-tarantool {:mvn/version "0.1.56-SNAPSHOT"}
24+
team.sultanov/xtdb-tarantool {:mvn/version "0.1.61"}
2525
----
2626

2727
=== Usage

0 commit comments

Comments
 (0)