File tree 2 files changed +9
-5
lines changed
2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
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 `
12
14
- 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 )
14
17
- fixed missing ` META-INF/spring.factories ` (#155 )
18
+ - fixed query derivation for not persistent nested attribute (#216 )
15
19
16
20
## [ 3.5.0] - 2021-04-23
17
21
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.arangodb</groupId >
6
6
<artifactId >arangodb-spring-data</artifactId >
7
- <version >3.6.0-SNAPSHOT </version >
7
+ <version >3.6.0</version >
8
8
<inceptionYear >2017</inceptionYear >
9
9
<packaging >jar</packaging >
10
10
You can’t perform that action at this time.
0 commit comments