Skip to content

Commit 6fad44b

Browse files
committed
Release 3.1.0
1 parent 5f2c039 commit 6fad44b

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.1.0] [3.1.0][3.0.3-3.1.0] - 2024-05-05
11+
1012
### Added
1113

1214
- [#185](https://github.com/GDATASoftwareAG/robotframework-flaui/issues/185) Include AutomationElement Keyword usage
@@ -632,7 +634,11 @@ General bugfixing from keywords and improvements from artifact building and test
632634
633635
[github.io]: https://gdatasoftwareag.github.io/robotframework-flaui
634636
635-
[unreleased]: https://github.com/GDATASoftwareAG/robotframework-flaui/compare/3.0.3...main
637+
[unreleased]: https://github.com/GDATASoftwareAG/robotframework-flaui/compare/3.1.0...main
638+
639+
[3.1.0]: https://github.com/GDATASoftwareAG/robotframework-flaui/releases/tag/3.1.0
640+
641+
[3.0.3-3.1.0]: https://github.com/GDATASoftwareAG/robotframework-flaui/compare/3.0.3...3.1.0
636642
637643
[3.0.3]: https://github.com/GDATASoftwareAG/robotframework-flaui/releases/tag/3.0.3
638644

src/FlaUILibrary/version.py

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

0 commit comments

Comments
 (0)