diff --git a/CHANGELOG.md b/CHANGELOG.md index 890563b..88f1f16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), Check our main [developer changelog](https://developer.paddle.com/?utm_source=dx&utm_medium=paddle-node-sdk) for information about changes to the Paddle Billing platform, the Paddle API, and other developer tools. + +## 1.0.0 - 2024-02-20 + +### Changed + +- Updated Package version to `1.0.0` + +--- + ## 0.6.0 - 2024-02-20 > **Breaking changes:** This version includes major improvements that introduce breaking changes. These are called out below. diff --git a/package.json b/package.json index 15655e8..4a2ccca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@paddle/paddle-node-sdk", - "version": "0.6.0", + "version": "1.0.0", "description": "A Node.js SDK that you can use to integrate Paddle Billing with applications written in server-side JavaScript.", "main": "./dist/index.js", "types": "./dist/index.d.ts",