From 50a5e5f3414596fca68c776c1cb1403d417e5806 Mon Sep 17 00:00:00 2001 From: lpm0073 Date: Thu, 18 May 2023 11:18:42 -0600 Subject: [PATCH] bump to 0.2.1 --- CHANGELOG.md | 7 ++++++- __about__.py | 2 +- openedx_plugin_mobile_api/__about__.py | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d1e03ce..81d3992 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [0.2.0] (2022-3-31) +## [0.2.1] (2023-5-18) + +- refactor openedx_plugin_mobile_api.middleware +- add secure-logger + +## [0.2.0] (2023-3-31) - publish to PyPi - add Makefile diff --git a/__about__.py b/__about__.py index 3725e73..6782c11 100644 --- a/__about__.py +++ b/__about__.py @@ -3,7 +3,7 @@ # Increment this version number to trigger a new release. See # CHANGELOG.md for information on the versioning scheme. -__version__ = "0.2.0" +__version__ = "0.2.1" # The version suffix will be appended to the actual version, separated by a # dash. Use this suffix to differentiate between the actual released version and diff --git a/openedx_plugin_mobile_api/__about__.py b/openedx_plugin_mobile_api/__about__.py index 01b6819..55f0787 100644 --- a/openedx_plugin_mobile_api/__about__.py +++ b/openedx_plugin_mobile_api/__about__.py @@ -7,4 +7,4 @@ usage: semantic version control for openedx_plugin_mobile_api """ -__version__ = "0.2.0" +__version__ = "0.2.1"