From f147d9a71a5dcf82284708c32eb5f3a661b36d22 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 27 Aug 2023 02:51:24 +0000 Subject: [PATCH] chore(release): 1.0.0 [skip ci] # 1.0.0 (2023-08-27) ### Bug Fixes * make id 'lastName' in findOwners.html unique ([5b0f037](https://github.com/justrp/spring-petclinic/commit/5b0f037d06de2c9ad3be4fdf52402ddb5667e2da)) * something ([28b713f](https://github.com/justrp/spring-petclinic/commit/28b713f4aa8a7f5c7c16b0c21c4334476dee9549)) * something ([2663b4d](https://github.com/justrp/spring-petclinic/commit/2663b4df8c9c307912026e02fb645f3ec4fdcda4)) * something ([7786a69](https://github.com/justrp/spring-petclinic/commit/7786a69c3759f24e0dafd08007cddae213e71acb)) * something ([7a04b2e](https://github.com/justrp/spring-petclinic/commit/7a04b2e8c1383d541521ce1dcec128755a871522)) * something ([811741a](https://github.com/justrp/spring-petclinic/commit/811741a748767b8eb1698166306c64bc9902df13)) * something ([43e6e86](https://github.com/justrp/spring-petclinic/commit/43e6e86dc0eaf996aec1365b5dca2d81bd5c8fea)) ### Reverts * Revert "Make jar not war" ([6163868](https://github.com/justrp/spring-petclinic/commit/616386803ce00784c82ca4453bb569f72917ffee)) * Revert "Jetty 9.3 support" ([482eeb1](https://github.com/justrp/spring-petclinic/commit/482eeb1c217789b5d772f5c15c3ab7aa89caf279)) --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17a3198b0..e9371059e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# 1.0.0 (2023-08-27) + + +### Bug Fixes + +* make id 'lastName' in findOwners.html unique ([5b0f037](https://github.com/justrp/spring-petclinic/commit/5b0f037d06de2c9ad3be4fdf52402ddb5667e2da)) +* something ([28b713f](https://github.com/justrp/spring-petclinic/commit/28b713f4aa8a7f5c7c16b0c21c4334476dee9549)) +* something ([2663b4d](https://github.com/justrp/spring-petclinic/commit/2663b4df8c9c307912026e02fb645f3ec4fdcda4)) +* something ([7786a69](https://github.com/justrp/spring-petclinic/commit/7786a69c3759f24e0dafd08007cddae213e71acb)) +* something ([7a04b2e](https://github.com/justrp/spring-petclinic/commit/7a04b2e8c1383d541521ce1dcec128755a871522)) +* something ([811741a](https://github.com/justrp/spring-petclinic/commit/811741a748767b8eb1698166306c64bc9902df13)) +* something ([43e6e86](https://github.com/justrp/spring-petclinic/commit/43e6e86dc0eaf996aec1365b5dca2d81bd5c8fea)) + + +### Reverts + +* Revert "Make jar not war" ([6163868](https://github.com/justrp/spring-petclinic/commit/616386803ce00784c82ca4453bb569f72917ffee)) +* Revert "Jetty 9.3 support" ([482eeb1](https://github.com/justrp/spring-petclinic/commit/482eeb1c217789b5d772f5c15c3ab7aa89caf279)) + # 1.0.0-development.1 (2023-08-27)