diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6775ed64..32ad55d3 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,17 @@ +- commits: + - subject: Added Bearer Authorization spec + hash: 2007a98940ea93f8064b045fce52133a4b48bac0 + body: '' + footer: + Closes: '#1249' + closes: '#1249' + Change-type: minor + change-type: minor + Signed-off-by: Miguel Casqueira + signed-off-by: Miguel Casqueira + author: Miguel Casqueira + version: 11.3.0 + date: 2020-05-04T17:26:19.216Z - commits: - subject: Added explanation README for running specific tests hash: a8ac3d0bc9344653d68c43fe3298171b379823d7 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b2fa470..158f3cd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY! This project adheres to [Semantic Versioning](http://semver.org/). +# v11.3.0 +## (2020-05-04) + +* Added Bearer Authorization spec [Miguel Casqueira] + # v11.2.0 ## (2020-04-30) diff --git a/VERSION b/VERSION index db500e35..fcfed5b0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -11.2.0 \ No newline at end of file +11.3.0 \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 65743f92..9b038778 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "balena-supervisor", - "version": "11.2.0", + "version": "11.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 520b462b..8db08a35 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "balena-supervisor", "description": "This is balena's Supervisor, a program that runs on IoT devices and has the task of running user Apps (which are Docker containers), and updating them as the balena API informs it to.", - "version": "11.2.0", + "version": "11.3.0", "license": "Apache-2.0", "repository": { "type": "git",