Skip to content

Commit

Permalink
Merge pull request #83 from logzio/docs/test-and-build-locally
Browse files Browse the repository at this point in the history
[docs] Add `Build and test locally` section
  • Loading branch information
yotamloe authored Sep 8, 2024
2 parents efbca01 + 248ac25 commit 669ba4f
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 669ba4f

Please sign in to comment.