diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2fc6875..954743f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.78.0" + ".": "0.79.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7992c59..1e1797d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.79.0 (2024-10-01) + +Full Changelog: [v0.78.0...v0.79.0](https://github.com/lithic-com/lithic-node/compare/v0.78.0...v0.79.0) + +### Features + +* **api:** add Management Operations and Loan Tapes API ([#520](https://github.com/lithic-com/lithic-node/issues/520)) ([3b580ca](https://github.com/lithic-com/lithic-node/commit/3b580ca2453b928b5a1b5192699f73b2cfad2f4f)) + ## 0.78.0 (2024-09-25) Full Changelog: [v0.77.0...v0.78.0](https://github.com/lithic-com/lithic-node/compare/v0.77.0...v0.78.0) diff --git a/package.json b/package.json index d71e8da..9b0e73b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lithic", - "version": "0.78.0", + "version": "0.79.0", "description": "The official TypeScript library for the Lithic API", "author": "Lithic ", "types": "dist/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 3d60476..68f919f 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const VERSION = '0.78.0'; // x-release-please-version +export const VERSION = '0.79.0'; // x-release-please-version