Skip to content

Commit

Permalink
Prep release
Browse files Browse the repository at this point in the history
* Version bump

* Update CL
  • Loading branch information
Danp2 authored Feb 19, 2024
1 parent cc43539 commit 5fbf7e5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

## [1.3.1]

### Changed

- Improved wd_demo error handling

### Fixed

- Chromedriver revised download location

## [1.3.0]

### Changed
Expand Down Expand Up @@ -1161,7 +1171,8 @@ _WD_CapabilitiesDisplay
- Initial release


[Unreleased]: https://github.com/Danp2/au3WebDriver/compare/1.3.0...HEAD
[Unreleased]: https://github.com/Danp2/au3WebDriver/compare/1.3.1...HEAD
[1.3.1]: https://github.com/Danp2/au3WebDriver/compare/1.3.0...1.3.1
[1.3.0]: https://github.com/Danp2/au3WebDriver/compare/1.2.0...1.3.0
[1.2.0]: https://github.com/Danp2/au3WebDriver/compare/1.1.1...1.2.0
[1.1.1]: https://github.com/Danp2/au3WebDriver/compare/1.1.0...1.1.1
Expand Down
2 changes: 1 addition & 1 deletion wd_core.au3
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
#EndRegion Many thanks to:

#Region Global Constants
Global Const $__WDVERSION = "1.3.0"
Global Const $__WDVERSION = "1.3.1"

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

0 comments on commit 5fbf7e5

Please sign in to comment.