Skip to content

Commit

Permalink
Release 0.1.61
Browse files Browse the repository at this point in the history
  • Loading branch information
just-sultanov committed Dec 4, 2021
1 parent cd70087 commit 21d3957
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions changelog.adoc
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
== Changelog

=== Unreleased
=== Released

'''

==== 0.1.56-SNAPSHOT (2021-12-04)
==== 0.1.61 (2021-12-04)

- The first official release
*The first official release*

=== Released
===== Added

- Tarantool configuration and client API
- Support XTDB tx-log API
4 changes: 2 additions & 2 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Add the following dependency in your project:
[source,clojure]
----
;; project.clj or build.boot
[team.sultanov/xtdb-tarantool "0.1.56-SNAPSHOT"]
[team.sultanov/xtdb-tarantool "0.1.61"]
;; deps.edn
team.sultanov/xtdb-tarantool {:mvn/version "0.1.56-SNAPSHOT"}
team.sultanov/xtdb-tarantool {:mvn/version "0.1.61"}
----

=== Usage
Expand Down

0 comments on commit 21d3957

Please sign in to comment.