Skip to content

Commit b35e782

Browse files
committed
prepare release 2.0.4
1 parent 591476c commit b35e782

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
## unreleased
4+
## 2.0.4 - 2022-11-21
55
### Security
6-
* Updated dependencies
6+
* Updated Jackson dependency to 2.14.0
77

88
### Fixed
99
* Querying trips and messages with limit directly from `Query` instance (#18)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ List<Message> msgs = ura.forStops("100000")
8181
<dependency>
8282
<groupId>de.stklcode.pubtrans</groupId>
8383
<artifactId>juraclient</artifactId>
84-
<version>2.0.4-SNAPSHOT</version>
84+
<version>2.0.4</version>
8585
</dependency>
8686
```
8787

pom.xml

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

77
<groupId>de.stklcode.pubtrans</groupId>
88
<artifactId>juraclient</artifactId>
9-
<version>2.0.4-SNAPSHOT</version>
9+
<version>2.0.4</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)