Skip to content

Commit a05f475

Browse files
committed
Version bump
1 parent efde882 commit a05f475

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
Go to [legend](#legend---types-of-changes) for further information about the types of changes.
1111

12+
## [0.8.1] - 2022-03-29
13+
14+
### Fixed
15+
16+
- Rerelease with correct version number and updated help file
17+
1218
## [0.8.0] - 2022-03-28
1319

1420
### Added
@@ -887,7 +893,8 @@ Go to [legend](#legend---types-of-changes) for further information about the typ
887893

888894
- Initial release
889895

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
891898
[0.8.0]: https://github.com/Danp2/au3WebDriver/compare/0.7.0...0.8.0
892899
[0.7.0]: https://github.com/Danp2/au3WebDriver/compare/0.6.0...0.7.0
893900
[0.6.0]: https://github.com/Danp2/au3WebDriver/compare/0.5.2...0.6.0

wd_core.au3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
#EndRegion Many thanks to:
7070

7171
#Region Global Constants
72-
Global Const $__WDVERSION = "0.8.0"
72+
Global Const $__WDVERSION = "0.8.1"
7373

7474
Global Const $_WD_ELEMENT_ID = "element-6066-11e4-a52e-4f735466cecf"
7575
Global Const $_WD_SHADOW_ID = "shadow-6066-11e4-a52e-4f735466cecf"

0 commit comments

Comments
 (0)