From 8ebcc9ad4423bd0b496a9e01df962ca4d8b7084c Mon Sep 17 00:00:00 2001 From: "Sverre H. Huseby" Date: Fri, 27 Sep 2024 15:49:29 +0200 Subject: [PATCH] chore(main): release 0.1.4 --- CHANGELOG.md | 9 +++++++++ pom.xml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 098b309..1b875ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.4](https://github.com/sverrehu/dirsearch/compare/v0.1.3...v0.1.4) (2024-09-27) + + +### Bug Fixes + +* **deps:** update undertow.version to v2.3.15.final ([#87](https://github.com/sverrehu/dirsearch/issues/87)) ([2c36ec1](https://github.com/sverrehu/dirsearch/commit/2c36ec104f0fd6d08f65231602869ec27b255c6f)) +* **deps:** update undertow.version to v2.3.16.final ([#95](https://github.com/sverrehu/dirsearch/issues/95)) ([daf5979](https://github.com/sverrehu/dirsearch/commit/daf59792b2c8adc07d0670c41763b081f1059a9a)) +* **deps:** update undertow.version to v2.3.17.final ([#96](https://github.com/sverrehu/dirsearch/issues/96)) ([37f988f](https://github.com/sverrehu/dirsearch/commit/37f988f52076fb1ffbf03bdc9cd86e2a77c4713b)) + ## [0.1.3](https://github.com/sverrehu/dirsearch/compare/v0.1.2...v0.1.3) (2024-06-27) diff --git a/pom.xml b/pom.xml index be2fca1..f266c45 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ no.shhsoft dirsearch jar - 0.1.4-SNAPSHOT + 0.1.4 ${project.groupId}:${project.artifactId} DirSearch - A Directory Search Tool.