diff --git a/CHANGELOG.md b/CHANGELOG.md index 465a1c6..4582c04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,19 +1,22 @@ # Changes by Version -## [v0.5.4-SNAPSHOT](https://github.com/libj/util/compare/8f820b9e9bae3e820a45a5bb310bd4ebe8ae0b52..HEAD) +## [v0.5.5-SNAPSHOT](https://github.com/libj/util/compare/8cb8305c9e8fbf53ba32cce1c8c838413dbcd4e0..HEAD) + +## [v0.5.4](https://github.com/libj/util/compare/8f820b9e9bae3e820a45a5bb310bd4ebe8ae0b52..8cb8305c9e8fbf53ba32cce1c8c838413dbcd4e0) (2024-02-27) +* #12 Implement `ProxyURI` ## [v0.5.3](https://github.com/libj/net/compare/01c48784915d7e10e0f7b207f5408309494d9e5e..8f820b9e9bae3e820a45a5bb310bd4ebe8ae0b52) (2023-09-20) -* #11 Implement URLConnections.checkFollowRedirect(...) -* #10 Implement BufferedServletInputStream -* #9 Implement URIs.decodeParameters -* #8 Add connectTimeout and readTimeout parameters to Downloads.downloadFile(...) +* #11 Implement `URLConnections.checkFollowRedirect(...)` +* #10 Implement `BufferedServletInputStream` +* #9 Implement `URIs.decodeParameters` +* #8 Add `connectTimeout` and `readTimeout` parameters to `Downloads.downloadFile(...)` * #7 Upgrade Maven dependencies -* #6 Use NIO for Downloads +* #6 Use NIO for `Downloads` * #5 Transition to GitHub Actions -* #4 Add SPI mechanism to load URLStreamHandlerFactory classes -* #3 Add ClasspathURLStreamHandler -* #2 Refactor method names in HTTP to resemble ClassLoader -* #1 Rename getShortName(T) to getSimpleName(T) in URIs, and URLs +* #4 Add SPI mechanism to load `URLStreamHandlerFactory` classes +* #3 Add `ClasspathURLStreamHandler` +* #2 Refactor method names in HTTP to resemble `ClassLoader` +* #1 Rename `getShortName(T)` to `getSimpleName(T)` in `URIs`, and `URLs` ## [v0.5.2](https://github.com/libj/net/compare/3136a63796aec4121b60e2328f5ec2b5093b9eaa..01c48784915d7e10e0f7b207f5408309494d9e5e) (2020-05-23) * Improve handling of `InvocationTargetException`. diff --git a/pom.xml b/pom.xml index e69a447..bfdfb26 100644 --- a/pom.xml +++ b/pom.xml @@ -22,10 +22,10 @@ org.libj libj - 0.9.9-SNAPSHOT + 0.9.9 net - 0.5.4-SNAPSHOT + 0.5.4 LibJ Net Supplementary utilities for classes that belong to java.net and javax.servlet packages. @@ -34,7 +34,7 @@ org.libj io - 0.7.9-SNAPSHOT + 0.7.9