From 2eb730aa9b0789f2a3a2283a9b606c87054dd946 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 15 Oct 2024 14:26:39 +0000 Subject: [PATCH] chore(release): 1.1.2 [skip ci] ## [1.1.2](https://github.com/tensorplex-labs/dojo/compare/v1.1.1...v1.1.2) (2024-10-15) ### Bug Fixes * added log retention to avoid storage buildup ([#16](https://github.com/tensorplex-labs/dojo/issues/16)) ([4989184](https://github.com/tensorplex-labs/dojo/commit/4989184b0dde96a0c7c0e9cd9bb24b4bf1b442ff)) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6987b025..95674bd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.1.2](https://github.com/tensorplex-labs/dojo/compare/v1.1.1...v1.1.2) (2024-10-15) + +### Bug Fixes + +* added log retention to avoid storage buildup ([#16](https://github.com/tensorplex-labs/dojo/issues/16)) ([4989184](https://github.com/tensorplex-labs/dojo/commit/4989184b0dde96a0c7c0e9cd9bb24b4bf1b442ff)) + ## [1.1.1](https://github.com/tensorplex-labs/dojo/compare/v1.1.0...v1.1.1) (2024-10-14) ### Bug Fixes