Skip to content

Commit 24d4e58

Browse files
committed
Release 3.4.0
1 parent f2188ac commit 24d4e58

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ This document follows the conventions laid out in [Keep a CHANGELOG][].
77

88
## [Unreleased][]
99

10+
## [Release][3.4.0] [3.4.0][3.3.0-3.4.0] - 2024-08-22
11+
1012
### Added
1113
- [#192](https://github.com/GDATASoftwareAG/robotframework-flaui/issues/192) New Screenshot Logging behaviour using Base64 encoded images
1214
- [#193](https://github.com/GDATASoftwareAG/robotframework-flaui/issues/193) Changed Screenshot keyword behaviour (Optional XPATH for element-based screenshot)
@@ -670,7 +672,11 @@ General bugfixing from keywords and improvements from artifact building and test
670672
671673
[github.io]: https://gdatasoftwareag.github.io/robotframework-flaui
672674
673-
[unreleased]: https://github.com/GDATASoftwareAG/robotframework-flaui/compare/3.3.0...main
675+
[unreleased]: https://github.com/GDATASoftwareAG/robotframework-flaui/compare/3.4.0...main
676+
677+
[3.4.0]: https://github.com/GDATASoftwareAG/robotframework-flaui/releases/tag/3.4.0
678+
679+
[3.3.0-3.4.0]: https://github.com/GDATASoftwareAG/robotframework-flaui/compare/3.3.0...3.4.0
674680
675681
[3.3.0]: https://github.com/GDATASoftwareAG/robotframework-flaui/releases/tag/3.3.0
676682

src/FlaUILibrary/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "3.3.0"
1+
VERSION = "3.4.0"

0 commit comments

Comments
 (0)