Skip to content

Commit

Permalink
Updates after release 2.5.2 (#81)
Browse files Browse the repository at this point in the history
* Updates after release 2.5.2

* Update SECURITY.md

* Update RELEASE-NOTES.txt
  • Loading branch information
oswaldobapvicjr authored Mar 7, 2024
1 parent 2631346 commit c01c69b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ If you are using Maven, add **Performetrics** as a dependency on your pom.xml fi
<dependency>
<groupId>net.obvj</groupId>
<artifactId>performetrics</artifactId>
<version>2.5.1</version>
<version>2.5.2</version>
</dependency>
```

Expand Down
23 changes: 23 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
=============================================================================

P E R F O R M E T R I C S
version 2.5.2
2024-03

RELEASE NOTES

-----------------------------------------------------------------------------

INTRODUCTION:

PERFORMETRICS is a simple yet powerful metric tool for Java applications,
licensed under the Apache License Version 2.0.

Fixed Bugs:
> issue/0079: Fix negative duration/elapsed time issue


For more information, or suggestions for improvement, visit:
https://obvj.net/performetrics


=============================================================================

P E R F O R M E T R I C S
Expand Down
3 changes: 2 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

| Version | JDK version(s) | Supported |
| --------- | -------------- | ------------------ |
| **2.5.1** | 11, 17, 21 | :white_check_mark: |
| **2.5.2** | 11, 17, 21 | :white_check_mark: |
| 2.5.1 | 11, 17, 21 | :x: |
| 2.5.0 | 11, 17, 21 | :x: |
| **2.4.0** | 8, 11, 17 | :white_check_mark: |
| < 2.4.0 | n/a | :x: |
Expand Down

0 comments on commit c01c69b

Please sign in to comment.