From 38d47a88b0ed32051b1156d6c76fa8f625aa99e4 Mon Sep 17 00:00:00 2001 From: "Sverre H. Huseby" Date: Thu, 20 Jun 2024 19:53:21 +0200 Subject: [PATCH] chore(main): release 0.1.3 --- CHANGELOG.md | 9 +++++++++ pom.xml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eef1dbe..d42e68d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.3](https://github.com/sverrehu/dirsearch/compare/v0.1.2...v0.1.3) (2024-06-20) + + +### Bug Fixes + +* **deps:** update undertow.version to v2.3.12.final ([#52](https://github.com/sverrehu/dirsearch/issues/52)) ([33613d4](https://github.com/sverrehu/dirsearch/commit/33613d421e4ff6eecbba1f6125cf4c1373d880ae)) +* **deps:** update undertow.version to v2.3.13.final ([#72](https://github.com/sverrehu/dirsearch/issues/72)) ([9bae4f8](https://github.com/sverrehu/dirsearch/commit/9bae4f8f8cc324f4b6777999451d824635f60e13)) +* **deps:** update undertow.version to v2.3.14.final ([#81](https://github.com/sverrehu/dirsearch/issues/81)) ([fdaded6](https://github.com/sverrehu/dirsearch/commit/fdaded697c852fec9a29d1e99481566f3b11ce2c)) + ## [0.1.2](https://github.com/sverrehu/dirsearch/compare/v0.1.1...v0.1.2) (2024-02-15) diff --git a/pom.xml b/pom.xml index 8706ea8..650e437 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ no.shhsoft dirsearch jar - 0.1.3-SNAPSHOT + 0.1.3 ${project.groupId}:${project.artifactId} DirSearch - A Directory Search Tool.