From 40e0704b67d8de7883331b93f490d700037e56e9 Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Sun, 19 Oct 2025 09:05:23 +0000 Subject: [PATCH] chore(release): prepare for v7.3.3 --- .version | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.version b/.version index a838847..8416f2a 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -{"version":"v7.3.2"} +{"version":"v7.3.3"} diff --git a/CHANGELOG.md b/CHANGELOG.md index b3d91bf..bc40555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [7.3.3] - 2025-10-19 + +### 🐛 Bug Fixes + +- *(deps)* Add robotframework-requests to requirements + ## [7.3.2] - 2025-10-19 ### Chore