diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ddcf862..4b91abb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 2.10.1 + +### Updated + +* #347 - Correct license information + ## 2.10.0 >This version serves as the change from the Nexmo namespace to the Vonage namespace. The module now resides on NPM as `@vonage/server-sdk`. Prior versions under the Nexmo namespace will remain in maintenance mode for the next 12 months and recieve bug and security fixes. All new functionality will only be added to the @vonage namespace. diff --git a/README.md b/README.md index 1511b21b..0dcd76f7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/vonage/vonage-node-sdk/Vonage/master?logo=github&style=flat-square&label=Workflow%20Build) [![Codecov](https://img.shields.io/codecov/c/github/vonage/vonage-node-sdk?label=Codecov&logo=codecov&style=flat-square)](https://codecov.io/gh/Vonage/vonage-server-sdk) ![Latest Release](https://img.shields.io/github/v/release/vonage/vonage-node-sdk?logo=npm&style=flat-square) -[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg?style=flat-square)](CODE_OF_CONDUCT.md) [![Apache 2.0 License](https://img.shields.io/npm/l/@vonage/server-sdk?label=Apache%202.0&style=flat-square)][license] +[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg?style=flat-square)](CODE_OF_CONDUCT.md) [![License](https://img.shields.io/npm/l/@vonage/server-sdk?label=License&style=flat-square)][license] Vonage diff --git a/package.json b/package.json index 89577b77..7bd17dc3 100644 --- a/package.json +++ b/package.json @@ -72,5 +72,5 @@ "request": "^2.88.2", "uuid": "^2.0.2" }, - "license": "MIT" + "license": "Apache 2.0" }