Skip to content

Commit

Permalink
v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rashtao committed Apr 23, 2021
1 parent 3887340 commit ad8160c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [3.5.0] - 2021-04-23

- added annotations to ttl indexes (`@TtlIndex` and `@TtlIndexed`)
- removed dependencies on `velocypack-module-jdk8` and `velocypack-module-joda`
- upgraded dependency `com.arangodb:arangodb-java-driver:6.9.0`
- upgraded dependency `com.arangodb:arangodb-java-driver:6.11.1`
- upgraded dependency `com.arangodb:velocypack:2.5.3`

## [3.4.1] - 2021-01-26

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

<groupId>com.arangodb</groupId>
<artifactId>arangodb-spring-data</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<inceptionYear>2017</inceptionYear>
<packaging>jar</packaging>

<parent>
<groupId>org.springframework.data.build</groupId>
<artifactId>spring-data-parent</artifactId>
<version>2.4.1</version>
<version>2.4.5</version>
</parent>

<name>arangodb-spring-data</name>
Expand Down

0 comments on commit ad8160c

Please sign in to comment.