Skip to content

Commit f002d62

Browse files
committed
Release 3.3.0
1 parent baf90e9 commit f002d62

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.3.0] [3.3.0][3.2.0-3.3.0] - 2024-08-03
11+
1012
### Added
1113

1214
- [#197](https://github.com/GDATASoftwareAG/robotframework-flaui/issues/197) New Keywords
@@ -664,7 +666,11 @@ General bugfixing from keywords and improvements from artifact building and test
664666
665667
[github.io]: https://gdatasoftwareag.github.io/robotframework-flaui
666668
667-
[unreleased]: https://github.com/GDATASoftwareAG/robotframework-flaui/compare/3.2.0...main
669+
[unreleased]: https://github.com/GDATASoftwareAG/robotframework-flaui/compare/3.3.0...main
670+
671+
[3.3.0]: https://github.com/GDATASoftwareAG/robotframework-flaui/releases/tag/3.3.0
672+
673+
[3.2.0-3.3.0]: https://github.com/GDATASoftwareAG/robotframework-flaui/compare/3.2.0...3.3.0
668674
669675
[3.2.0]: https://github.com/GDATASoftwareAG/robotframework-flaui/releases/tag/3.2.0
670676

src/FlaUILibrary/version.py

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

0 commit comments

Comments
 (0)