Skip to content

Commit 4bfb6c6

Browse files
committed
v3.6.0
1 parent a3a812f commit 4bfb6c6

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

ChangeLog.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9-
- implemented support to Spring Data Commons 2.5
10-
- added SPEL support to custom AQL query on repository methods (#221)
11-
- added support to geoJSON types and Spring Data geo types (#222)
9+
## [3.6.0] - 2021-09-20
10+
11+
- updated support of spring-data to `2.5.x`
12+
- upgraded dependency `com.arangodb:arangodb-java-driver:6.13.0`
13+
- upgraded dependency `com.arangodb:velocypack:2.5.4`
1214
- fixed binding Point parameter in query derivation (#223)
13-
- fixed query derivation for not persistent nested attribute (#216)
15+
- added support to geoJSON types and Spring Data geo types (#222)
16+
- added SPEL support to custom AQL query on repository methods (#221)
1417
- fixed missing `META-INF/spring.factories` (#155)
18+
- fixed query derivation for not persistent nested attribute (#216)
1519

1620
## [3.5.0] - 2021-04-23
1721

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.arangodb</groupId>
66
<artifactId>arangodb-spring-data</artifactId>
7-
<version>3.6.0-SNAPSHOT</version>
7+
<version>3.6.0</version>
88
<inceptionYear>2017</inceptionYear>
99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)