Skip to content

Commit a9ec143

Browse files
committed
Updated documentation.
1 parent 3ebae05 commit a9ec143

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Java Client Library (beta)
22

3-
### Latest released version v0.8.0
4-
### Latest snapshot version v0.8.1-SNAPSHOT
3+
### Latest released version v0.8.1
4+
### Latest snapshot version v0.8.2-SNAPSHOT
55

66
## Introduction
77
Welcome my friends! This is the Poly API Java client GitHub page. If you are here, then it means you're familiar with what we do at Poly. If you aren't, you can always check [here](https://github.com/polyapi/poly-alpha).
@@ -55,7 +55,7 @@ Nice to have some customers looking around here! So, you'll need to run the foll
5555
2. **Update the project.** Add the following to your project's `pom.xml`:
5656
```xml
5757
<properties>
58-
<poly.version>0.8.0</poly.version>
58+
<poly.version>0.8.1</poly.version>
5959
</properties>
6060
<dependencies>
6161
<dependency>
@@ -315,6 +315,8 @@ Comparing to its Typescript counterpart, the Java library is still missing the f
315315
These features will be added in the future releases.
316316

317317
## Changelog
318+
### v0.8.2
319+
- Removed unused updateStrategy parameter from @PolyFunction annotation.
318320
### v0.8.1
319321
- Removed unused `unsued.strategy` parameter from `deploy-functions` mojo.
320322
### v0.8.0

0 commit comments

Comments
 (0)