Skip to content

Commit

Permalink
Add Build and test locally section
Browse files Browse the repository at this point in the history
  • Loading branch information
yotamloe committed Sep 8, 2024
1 parent efbca01 commit c97483c
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,20 @@ public class LogzioSenderExample {
```



### Release notes
## Build and test locally
1. clone the repository:
```bash
git clone https://github.com/logzio/logzio-java-sender.git
cd logzio-java-sender
```
2. build and run tests:
```bash
mvn clean compile
mvn test
```


## Release notes
- 2.0.1
- Add `User-Agent` header with logz.io information
- 2.0.0 - **THIS IS A SNAPSHOT RELEASE - SUPPORTED WITH JDK 11 AND ABOVE**
Expand Down

0 comments on commit c97483c

Please sign in to comment.