Skip to content

Commit 1d90467

Browse files
authored
Prepare next release
1 parent d1165d5 commit 1d90467

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

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+
311
## 3.0.0
412

513
**New maven coordinates**

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
allprojects {
88
group = "com.ioki.textref"
9-
version = "3.1.0-SNAPSHOT"
9+
version = "3.1.0"
1010
}
1111

1212
nmcpAggregation {

0 commit comments

Comments
 (0)