diff --git a/CHANGELOG.md b/CHANGELOG.md index 88f1f16..2c44279 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -> **Important:** While in early access (version 0.X.Y) we may introduce breaking changes. Where we can, we'll tag breaking changes in this changelog and communicate ahead of time. - 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.1 - 2024-02-20 + +### Changed + +- Removed early access notice from README and Changelog. + +--- + ## 1.0.0 - 2024-02-20 ### Changed diff --git a/README.md b/README.md index 7317e94..3e2b5c3 100644 --- a/README.md +++ b/README.md @@ -8,15 +8,6 @@ For working with Paddle in your frontend, use [Paddle.js](https://developer.padd > **Important:** This package works with Paddle Billing. It does not support Paddle Classic. To work with Paddle Classic, see: [Paddle Classic API reference](https://developer.paddle.com/classic/api-reference/1384a288aca7a-api-reference?utm_source=dx&utm_medium=paddle-node-sdk) - -## Before you begin - -This SDK is in early access, which means that we're actively developing it based on feedback from our developer community. - -If you've used this SDK, we'd love to hear how you found it! Email us at [team-dx@paddle.com](mailto:team-dx@paddle.com) with any thoughts. - -While in early access, we may introduce breaking changes. Where we can, we'll tag breaking changes and communicate ahead of time. Please pin the version of the SDK in your `package.json` to avoid downloading newer versions with potential breaking changes. - ## Installation Install using `npm`: diff --git a/package.json b/package.json index 4a2ccca..863037d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@paddle/paddle-node-sdk", - "version": "1.0.0", + "version": "1.0.1", "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",