From df01fecd5e9dd345e3cb720d167d34d5aa2158dc Mon Sep 17 00:00:00 2001 From: Unbound Release Date: Sun, 15 Dec 2024 17:23:25 +0000 Subject: [PATCH] chore(release): prepare for v7.2.0 --- CHANGELOG.md | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9c7c969 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,42 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [7.2.0] - 2024-12-15 + +### 🚀 Features + +- Add robotframework-browser dependency +- Add git-cliff configuration and GitLab CI integration + +### 🚜 Refactor + +- Remove unnecessary variables and services + +## [7.1.1] - 2024-10-19 + +### 🚀 Features + +- Refactor Dockerfile +- Update to Robotframework 7, update deps, install Chrome + +### ⚙️ Miscellaneous Tasks + +- Use Docker DinD version from variable + +## [6.0.1] - 2023-01-02 + +### ⚙️ Miscellaneous Tasks + +- Upgrade to robotframework 6.0.1 and install firefox + +## [3.2.0] - 2022-10-01 + +### ⚙️ Miscellaneous Tasks + +- Update to python 3 +- Use latest build tools +- Use buildtools version from env +- Update RobotFramework and use Rabbit-library fork + +