From 746e5829f30483bf3103c7e886d9dd17fa9f4026 Mon Sep 17 00:00:00 2001 From: "grounds.gg Bot" Date: Fri, 2 Jan 2026 23:00:51 +0100 Subject: [PATCH] chore(main): release 0.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3d2ac0b..5547f83 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fd679cc..5edbcfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.1.1](https://github.com/groundsgg/plugin-server-discovery/compare/v0.1.0...v0.1.1) (2026-01-02) + + +### Bug Fixes + +* **deps:** bump redis.clients:jedis from 3.9.0 to 7.2.0 ([#10](https://github.com/groundsgg/plugin-server-discovery/issues/10)) ([c2e0450](https://github.com/groundsgg/plugin-server-discovery/commit/c2e04508649930ce9d338ff0dc2136e137bc9a97)) +* improve service discovery to use redis hashes ([#12](https://github.com/groundsgg/plugin-server-discovery/issues/12)) ([d721e87](https://github.com/groundsgg/plugin-server-discovery/commit/d721e876045765e8c14c5514c0c41617174485da)) + ## [0.1.0](https://github.com/groundsgg/plugin-server-discovery/compare/v0.0.1...v0.1.0) (2026-01-02)