From 5fbf7e5e730d35728d661f2d902c2e776b5e525a Mon Sep 17 00:00:00 2001 From: Dan Pollak Date: Mon, 19 Feb 2024 18:38:22 -0500 Subject: [PATCH] Prep release * Version bump * Update CL --- CHANGELOG.md | 13 ++++++++++++- wd_core.au3 | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9adc44fb..a2be169f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/wd_core.au3 b/wd_core.au3 index da3974d3..9a8c3707 100644 --- a/wd_core.au3 +++ b/wd_core.au3 @@ -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"