File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
Go to [ legend] ( #legend---types-of-changes ) for further information about the types of changes.
11
11
12
+ ## [ 0.8.1] - 2022-03-29
13
+
14
+ ### Fixed
15
+
16
+ - Rerelease with correct version number and updated help file
17
+
12
18
## [ 0.8.0] - 2022-03-28
13
19
14
20
### Added
@@ -887,7 +893,8 @@ Go to [legend](#legend---types-of-changes) for further information about the typ
887
893
888
894
- Initial release
889
895
890
- [ Unreleased ] : https://github.com/Danp2/au3WebDriver/compare/0.8.0...HEAD
896
+ [ Unreleased ] : https://github.com/Danp2/au3WebDriver/compare/0.8.1...HEAD
897
+ [ 0.8.1 ] : https://github.com/Danp2/au3WebDriver/compare/0.8.0...0.8.1
891
898
[ 0.8.0 ] : https://github.com/Danp2/au3WebDriver/compare/0.7.0...0.8.0
892
899
[ 0.7.0 ] : https://github.com/Danp2/au3WebDriver/compare/0.6.0...0.7.0
893
900
[ 0.6.0 ] : https://github.com/Danp2/au3WebDriver/compare/0.5.2...0.6.0
Original file line number Diff line number Diff line change 69
69
#EndRegion Many thanks to:
70
70
71
71
#Region Global Constants
72
- Global Const $__WDVERSION = " 0.8.0 "
72
+ Global Const $__WDVERSION = " 0.8.1 "
73
73
74
74
Global Const $_WD_ELEMENT_ID = " element-6066-11e4-a52e-4f735466cecf"
75
75
Global Const $_WD_SHADOW_ID = " shadow-6066-11e4-a52e-4f735466cecf"
You can’t perform that action at this time.
0 commit comments