CHANGELOG.md in testcentricity-3.0.6 vs CHANGELOG.md in testcentricity-3.1.0
- old
+ new
@@ -1,8 +1,20 @@
# CHANGELOG
All notable changes to this project will be documented in this file.
+## [3.1.0] - 02-AUGUST-2022
+
+### Added
+* The `DRIVER` Environment Variable is now used to specify the `appium`, `browserstack`, `saucelabs`, `testingbot`,
+ or `lambdatest` driver.
+
+* ### Changed
+* The `WEB_BROWSER` Environment Variable is no longer used to specify the `appium`, `browserstack`, `saucelabs`, `testingbot`,
+ or `lambdatest` driver.
+* TestCentricity now supports and integrates with Selenium-Webdriver version 4.3.
+
+
## [3.0.6] - 21-JUNE-2022
### Fixed
* `AppButton.get_caption` correctly returns captions of React Native buttons on Android platform where button caption object
hierarchy is `//android.widget.Button/android.widget.ViewGroup/android.widget.TextView`.