This is an automated email from the ASF dual-hosted git repository.
jonnybot pushed a commit to branch GEB_8_0_X
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git
The following commit(s) were added to refs/heads/GEB_8_0_X by this push:
new 5a4669b6 Version 8.0.1
5a4669b6 is described below
commit 5a4669b6d410446ecff1a022cfe4f137abae865a
Author: Jonny Carter <[email protected]>
AuthorDate: Tue Nov 11 15:05:30 2025 -0600
Version 8.0.1
---
buildSrc/src/main/groovy/geb.coordinates.gradle | 2 +-
doc/manual/src/docs/asciidoc/140-project.adoc | 6 ++++++
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/buildSrc/src/main/groovy/geb.coordinates.gradle
b/buildSrc/src/main/groovy/geb.coordinates.gradle
index c16476ca..686b85ad 100644
--- a/buildSrc/src/main/groovy/geb.coordinates.gradle
+++ b/buildSrc/src/main/groovy/geb.coordinates.gradle
@@ -16,5 +16,5 @@
* specific language governing permissions and limitations
* under the License.
*/
-version = '8.0.1-SNAPSHOT'
+version = '8.0.1'
group = 'org.apache.groovy.geb'
diff --git a/doc/manual/src/docs/asciidoc/140-project.adoc
b/doc/manual/src/docs/asciidoc/140-project.adoc
index e3b33810..68e96499 100644
--- a/doc/manual/src/docs/asciidoc/140-project.adoc
+++ b/doc/manual/src/docs/asciidoc/140-project.adoc
@@ -104,6 +104,12 @@ mailto:[email protected][Unsubscribe]
This page lists the more important changes between versions of Geb.
+=== 8.0.1
+
+==== 🐛 Fixes
+
+* Replace removed Selenium HTML5 APIs for compatibility with Webdriver 4.35.0
or later [issue:280[]]
+
=== 8.0.0
8.0.0 marks Geb's first release as a subproject of Apache Groovy.