Skip to content

Commit eb993b6

Browse files
committed
Add changelog and bump version
1 parent 6f581a4 commit eb993b6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55
Version number is based on [Semver](https://semver.org/).
66
Note that major version zero (0.y.z) is for initial development and anything may change at any time.
77

8+
## [0.2.1] - 2021-05-30
9+
10+
## Fixed
11+
- Raise useful message upon unauthorized course access
12+
813
## [0.2.0] - 2021-05-30
914

1015
## Added

canvascli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0"
1+
__version__ = "0.2.1"

0 commit comments

Comments
 (0)