Skip to content

Commit

Permalink
release: 0.73.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Nov 22, 2024
1 parent 848cc8c commit 2a5d7ce
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 4 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.72.0"
".": "0.73.0"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 0.73.0 (2024-11-22)

Full Changelog: [v0.72.0...v0.73.0](https://github.com/lithic-com/lithic-kotlin/compare/v0.72.0...v0.73.0)

### Features

* **client:** add logging when debug env is set ([#386](https://github.com/lithic-com/lithic-kotlin/issues/386)) ([848cc8c](https://github.com/lithic-com/lithic-kotlin/commit/848cc8c5ea5c2a67b6af37b45684caae10eb3fd9))
* **client:** add methods for header params ([#382](https://github.com/lithic-com/lithic-kotlin/issues/382)) ([cb88b74](https://github.com/lithic-com/lithic-kotlin/commit/cb88b74d33461eb1eb169191e47c4b82f75d7838))


### Chores

* **deps:** bump jackson to 2.18.1 ([#381](https://github.com/lithic-com/lithic-kotlin/issues/381)) ([a6e3a9c](https://github.com/lithic-com/lithic-kotlin/commit/a6e3a9c60f33d49abc06d47b79deec8631dfa7b5))


### Styles

* **internal:** move identity methods to bottom of error class ([#384](https://github.com/lithic-com/lithic-kotlin/issues/384)) ([4cc4ba8](https://github.com/lithic-com/lithic-kotlin/commit/4cc4ba86f322365d1a413f51fab918b5994d1b64))
* **internal:** reduce verbosity of identity methods ([#383](https://github.com/lithic-com/lithic-kotlin/issues/383)) ([d859cb8](https://github.com/lithic-com/lithic-kotlin/commit/d859cb8b3808a1ef9fb8c2c206d1716db4699a67))
* **internal:** reorder some params methods and improve consistency of implementations ([#385](https://github.com/lithic-com/lithic-kotlin/issues/385)) ([f5a82c3](https://github.com/lithic-com/lithic-kotlin/commit/f5a82c34060009292839e00385599a780e96e989))


### Refactors

* **internal:** split `closeWhenPhantomReachable` function ([#379](https://github.com/lithic-com/lithic-kotlin/issues/379)) ([d21293e](https://github.com/lithic-com/lithic-kotlin/commit/d21293e40fb33d605936cce269eb9e2cf5a042cb))

## 0.72.0 (2024-11-14)

Full Changelog: [v0.71.0...v0.72.0](https://github.com/lithic-com/lithic-kotlin/compare/v0.71.0...v0.72.0)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The REST API documentation can be found on [docs.lithic.com](https://docs.lithi
<!-- x-release-please-start-version -->

```kotlin
implementation("com.lithic.api:lithic-kotlin:0.72.0")
implementation("com.lithic.api:lithic-kotlin:0.73.0")
```

#### Maven
Expand All @@ -28,7 +28,7 @@ implementation("com.lithic.api:lithic-kotlin:0.72.0")
<dependency>
<groupId>com.lithic.api</groupId>
<artifactId>lithic-kotlin</artifactId>
<version>0.72.0</version>
<version>0.73.0</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.lithic.api"
version = "0.72.0" // x-release-please-version
version = "0.73.0" // x-release-please-version
}

nexusPublishing {
Expand Down

0 comments on commit 2a5d7ce

Please sign in to comment.