fix: rename getStreeamPath to getStreamPath
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-06-29 13:50:39 +02:00
parent ff2650e8c1
commit 50e98353ef
4 changed files with 16 additions and 4 deletions

View File

@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
## unreleased
### Fixed
* renamed `UraClientConfiguration#getStreeamPath()` to `getStreamPath()`
### Dependencies
* Updated Jackson dependency to 2.17.1
@ -71,6 +75,14 @@ All notable changes to this project will be documented in this file.
----
## 1.3.3 - 2022-11-21
### Security
* Updated Jackson dependency to 2.14.0
### Fixed
* Querying trips and messages with limit directly from `Query` instance (#19)
## 1.3.2 - 2022-08-30
### Improvements