diff --git a/CHANGELOG.md b/CHANGELOG.md index ef7ca5cd..b1408e32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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/). +## v10.2.0 - 2021-04-23 + +* Manage lock overrides using the config variables instead of the endpoint [Trong Nghia Nguyen] + ## v10.1.3 - 2021-04-23 * Fix wrong example for DeviceServiceEnvVar method [Trong Nghia Nguyen] diff --git a/balena/__init__.py b/balena/__init__.py index 75947286..384cca92 100644 --- a/balena/__init__.py +++ b/balena/__init__.py @@ -36,7 +36,7 @@ from .twofactor_auth import TwoFactorAuth -__version__ = '10.1.3' +__version__ = '10.2.0' class Balena(object):