We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1165d5 commit 1d90467Copy full SHA for 1d90467
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 3.1.0
4
+
5
+* New maven repository for snapshot versions
6
+* Remove deprecated constructors (see https://github.com/ioki-mobility/TextRef/pull/164)
7
+* A lot of dependency updates
8
9
+Diff: [`3.0.0...3.1.0`](https://github.com/ioki-mobility/TextRef/compare/3.0.0...3.1.0)
10
11
## 3.0.0
12
13
**New maven coordinates**
build.gradle.kts
@@ -6,7 +6,7 @@ plugins {
allprojects {
group = "com.ioki.textref"
- version = "3.1.0-SNAPSHOT"
+ version = "3.1.0"
}
nmcpAggregation {
0 commit comments