diff --git a/CHANGELOG.md b/CHANGELOG.md index 16cf875..f6163a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). Version number is based on [Semver](https://semver.org/). Note that major version zero (0.y.z) is for initial development and anything may change at any time. +## [0.3.0] - 2021-05-31 + +## Added +- Round grades to integers. +- Cap grades at 100. +- Optional overrides of detected course info. + +## Changed +- Abbreviate options flags. + ## [0.2.1] - 2021-05-30 ## Fixed diff --git a/canvascli/__init__.py b/canvascli/__init__.py index e6dd0a5..493f741 100644 --- a/canvascli/__init__.py +++ b/canvascli/__init__.py @@ -1 +1 @@ -__version__ = "0.2.1dev" +__version__ = "0.3.0"