Skip to content

Commit

Permalink
chore(main): release 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Aug 11, 2023
1 parent 7db1e95 commit 7f272ab
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.8.2"
".": "0.8.3"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.8.3](https://github.com/Increase/increase-java/compare/v0.8.2...v0.8.3) (2023-08-11)


### Features

* **api:** updates ([#55](https://github.com/Increase/increase-java/issues/55)) ([314adae](https://github.com/Increase/increase-java/commit/314adae061640d5cdd4676126333fa695f2af612))


### Documentation

* **api:** change description of various fields ([#57](https://github.com/Increase/increase-java/issues/57)) ([7db1e95](https://github.com/Increase/increase-java/commit/7db1e95b2a91725abdd281ea2a3dd6c2d15b1ebc))

## [0.8.2](https://github.com/Increase/increase-java/compare/v0.8.1...v0.8.2) (2023-08-08)


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- x-release-please-start-version -->

[![Maven Central](https://img.shields.io/maven-central/v/com.increase.api/increase-java)](https://central.sonatype.com/artifact/com.increase.api/increase-java/0.8.2)
[![Maven Central](https://img.shields.io/maven-central/v/com.increase.api/increase-java)](https://central.sonatype.com/artifact/com.increase.api/increase-java/0.8.3)

<!-- x-release-please-end -->

Expand All @@ -27,7 +27,7 @@ The API documentation can be found [here](https://increase.com/documentation).
<!-- x-release-please-start-version -->

```kotlin
implementation("com.increase.api:increase-java:0.8.2")
implementation("com.increase.api:increase-java:0.8.3")
```

#### Maven
Expand All @@ -36,7 +36,7 @@ implementation("com.increase.api:increase-java:0.8.2")
<dependency>
<groupId>com.increase.api</groupId>
<artifactId>increase-java</artifactId>
<version>0.8.2</version>
<version>0.8.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

allprojects {
group = "com.increase.api"
version = "0.8.2" // x-release-please-version
version = "0.8.3" // x-release-please-version
}

nexusPublishing {
Expand Down

0 comments on commit 7f272ab

Please sign in to comment.