Skip to content

Commit 80f4b74

Browse files
2.0.0
1 parent 1bcc4dc commit 80f4b74

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ Graylog SDK Spring Boot Starter is available at the Central Maven Repository.
1313
<dependency>
1414
<groupId>com.joonsang.graylog</groupId>
1515
<artifactId>graylog-sdk-spring-boot-starter</artifactId>
16-
<version>2.0.0-beta.5</version>
16+
<version>2.0.0</version>
1717
</dependency>
1818
```
1919

2020
**Gradle**
2121
```
22-
implementation group: 'com.joonsang.graylog', name: 'graylog-sdk-spring-boot-starter', version: '2.0.0-beta.5'
22+
implementation group: 'com.joonsang.graylog', name: 'graylog-sdk-spring-boot-starter', version: '2.0.0'
2323
```
2424

2525
## Graylog API Credentials
@@ -680,4 +680,4 @@ Terms terms = legacyGraylogSearch.getTerms(
680680
* Check out [Graylog Query Builder](https://github.com/debugrammer/graylog-query-builder) if you are looking for query builder for [Graylog Search Query](https://docs.graylog.org/en/latest/pages/searching/query_language.html).
681681

682682
## Migration Guide From 1.2.x
683-
You'll find a guide to upgrade from 1.2.x to 2.x [here](https://github.com/debugrammer/graylog-sdk-spring-boot/releases/tag/2.0.0-beta.0).
683+
You'll find a guide to upgrade from 1.2.x to 2.x [here](https://github.com/debugrammer/graylog-sdk-spring-boot/releases/tag/2.0.0).

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010

1111
subprojects {
1212
group = 'com.joonsang.graylog'
13-
version = '2.0.0-beta.5'
13+
version = '2.0.0'
1414
sourceCompatibility = '11'
1515

1616
repositories {

0 commit comments

Comments
 (0)