File tree 6 files changed +12
-7
lines changed
DgraphJavaSampleDeadlineInterceptors
DgraphJavaSampleWithDeadlineAfter
6 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ and this project adheres to [Calendar Versioning](https://calver.org/) starting
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 21.12.0] - 2021-12-24
10
+
11
+ * Version bump. No changes from v21.03.2.
12
+
9
13
## [ 21.03.2] - 2021-12-24
10
14
11
15
### Added
@@ -167,7 +171,8 @@ and this project adheres to [Calendar Versioning](https://calver.org/) starting
167
171
## [ 1.0.0] - 2017-12-18
168
172
* Fully compatible with Dgraph v1.0
169
173
170
- [ Unreleased ] : https://github.com/dgraph-io/dgraph4j/compare/v21.03.2...HEAD
174
+ [ Unreleased ] : https://github.com/dgraph-io/dgraph4j/compare/v21.12.0...HEAD
175
+ [ 21.12.0 ] : https://github.com/dgraph-io/dgraph4j/compare/v21.03.2...v21.12.0
171
176
[ 21.03.2 ] : https://github.com/dgraph-io/dgraph4j/compare/v21.03.1...v21.03.2
172
177
[ 21.03.1 ] : https://github.com/dgraph-io/dgraph4j/compare/v21.03.0...v21.03.1
173
178
[ 21.03.0 ] : https://github.com/dgraph-io/dgraph4j/compare/v20.11.0...v21.03.0
Original file line number Diff line number Diff line change @@ -55,12 +55,12 @@ grab via Maven:
55
55
<dependency >
56
56
<groupId >io.dgraph</groupId >
57
57
<artifactId >dgraph4j</artifactId >
58
- <version >21.03.2 </version >
58
+ <version >21.12.0 </version >
59
59
</dependency >
60
60
```
61
61
or Gradle:
62
62
``` groovy
63
- compile 'io.dgraph:dgraph4j:21.03.2 '
63
+ compile 'io.dgraph:dgraph4j:21.12.0 '
64
64
```
65
65
66
66
## Supported Versions
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ apply plugin: 'signing'
41
41
42
42
group = ' io.dgraph'
43
43
archivesBaseName = ' dgraph4j'
44
- version = ' 21.03.2 '
44
+ version = ' 21.12.0 '
45
45
sourceCompatibility = 1.8
46
46
targetCompatibility = 1.8
47
47
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ repositories {
17
17
18
18
dependencies {
19
19
// Use Dgraph Java client
20
- compile ' io.dgraph:dgraph4j:21.03.2 '
20
+ compile ' io.dgraph:dgraph4j:21.12.0 '
21
21
22
22
// Use JUnit test framework
23
23
testCompile ' junit:junit:4.12'
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ repositories {
17
17
18
18
dependencies {
19
19
// Use Dgraph Java client
20
- compile ' io.dgraph:dgraph4j:21.03.2 '
20
+ compile ' io.dgraph:dgraph4j:21.12.0 '
21
21
22
22
// Use JUnit test framework
23
23
testCompile ' junit:junit:4.12'
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ repositories {
17
17
18
18
dependencies {
19
19
// Use Dgraph Java client
20
- compile ' io.dgraph:dgraph4j:21.03.2 '
20
+ compile ' io.dgraph:dgraph4j:21.12.0 '
21
21
22
22
// Use JUnit test framework
23
23
testCompile ' junit:junit:4.12'
You can’t perform that action at this time.
0 commit comments