Skip to content

Commit a30040b

Browse files
committed
Prepare 2.0.0 release for Spring Boot 4.0.x
- Update README with version compatibility matrix - Update version to 2.0.0-SNAPSHOT Closes #76
1 parent 4e4f9b1 commit a30040b

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ You will need a Cloudflare Account, and to create a Turnstile Widget for your si
3131
- Gradle 8.10.1 or Maven 3.8.1+
3232
- Cloudflare Turnstile Site Key and Secret
3333

34+
### Version Compatibility
35+
36+
Choose the library version based on your Spring Boot version:
37+
38+
| Library Version | Spring Boot | Status |
39+
|----------------|-------------|--------|
40+
| 2.0.x | 4.0.x | Current |
41+
| 1.3.x | 3.5.x | Maintenance |
42+
3443
### Quick Start
3544

3645
The library is available through the Maven Central Repository. You can include it in your Spring Boot project using either Maven or Gradle.
@@ -43,7 +52,7 @@ Add the following dependency to your `pom.xml`:
4352
<dependency>
4453
<groupId>com.digitalsanctuary</groupId>
4554
<artifactId>ds-spring-cf-turnstile</artifactId>
46-
<version>1.2.0</version>
55+
<version>2.0.0</version>
4756
</dependency>
4857
```
4958

@@ -53,7 +62,7 @@ Add the following dependency to your `build.gradle`:
5362

5463
```groovy
5564
dependencies {
56-
implementation 'com.digitalsanctuary:ds-spring-cf-turnstile:1.2.0'
65+
implementation 'com.digitalsanctuary:ds-spring-cf-turnstile:2.0.0'
5766
}
5867
```
5968

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=1.2.1-SNAPSHOT
1+
version=2.0.0-SNAPSHOT
22

33
# Maven Central Publishing Configuration
44
mavenCentralPublishing=true

0 commit comments

Comments
 (0)