Skip to content

Commit 498e73d

Browse files
authored
chore: release v21.12.0 (#175)
1 parent 22caac0 commit 498e73d

File tree

6 files changed

+12
-7
lines changed

6 files changed

+12
-7
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Calendar Versioning](https://calver.org/) starting
66

77
## [Unreleased]
88

9+
## [21.12.0] - 2021-12-24
10+
11+
* Version bump. No changes from v21.03.2.
12+
913
## [21.03.2] - 2021-12-24
1014

1115
### Added
@@ -167,7 +171,8 @@ and this project adheres to [Calendar Versioning](https://calver.org/) starting
167171
## [1.0.0] - 2017-12-18
168172
* Fully compatible with Dgraph v1.0
169173

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
171176
[21.03.2]: https://github.com/dgraph-io/dgraph4j/compare/v21.03.1...v21.03.2
172177
[21.03.1]: https://github.com/dgraph-io/dgraph4j/compare/v21.03.0...v21.03.1
173178
[21.03.0]: https://github.com/dgraph-io/dgraph4j/compare/v20.11.0...v21.03.0

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ grab via Maven:
5555
<dependency>
5656
<groupId>io.dgraph</groupId>
5757
<artifactId>dgraph4j</artifactId>
58-
<version>21.03.2</version>
58+
<version>21.12.0</version>
5959
</dependency>
6060
```
6161
or Gradle:
6262
```groovy
63-
compile 'io.dgraph:dgraph4j:21.03.2'
63+
compile 'io.dgraph:dgraph4j:21.12.0'
6464
```
6565

6666
## Supported Versions

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ apply plugin: 'signing'
4141

4242
group = 'io.dgraph'
4343
archivesBaseName = 'dgraph4j'
44-
version = '21.03.2'
44+
version = '21.12.0'
4545
sourceCompatibility = 1.8
4646
targetCompatibility = 1.8
4747

samples/DgraphJavaSample/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717

1818
dependencies {
1919
// Use Dgraph Java client
20-
compile 'io.dgraph:dgraph4j:21.03.2'
20+
compile 'io.dgraph:dgraph4j:21.12.0'
2121

2222
// Use JUnit test framework
2323
testCompile 'junit:junit:4.12'

samples/DgraphJavaSampleDeadlineInterceptors/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717

1818
dependencies {
1919
// Use Dgraph Java client
20-
compile 'io.dgraph:dgraph4j:21.03.2'
20+
compile 'io.dgraph:dgraph4j:21.12.0'
2121

2222
// Use JUnit test framework
2323
testCompile 'junit:junit:4.12'

samples/DgraphJavaSampleWithDeadlineAfter/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717

1818
dependencies {
1919
// Use Dgraph Java client
20-
compile 'io.dgraph:dgraph4j:21.03.2'
20+
compile 'io.dgraph:dgraph4j:21.12.0'
2121

2222
// Use JUnit test framework
2323
testCompile 'junit:junit:4.12'

0 commit comments

Comments
 (0)