diff --git a/CHANGELOG.md b/CHANGELOG.md index a59998c..e3e3210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [0.3.6] +### Fixed +- `--all` once again downloads all courses you're a member of + ## [0.3.5] ### Added - `--pass-path` option to get the password from [pass](https://www.passwordstore.org/) (PR [#33] by [@Ma27]) diff --git a/Cargo.lock b/Cargo.lock index 3f069fb..14ea6f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "KIT-ILIAS-downloader" -version = "0.3.5" +version = "0.3.6" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index b21f04d..03e549c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "KIT-ILIAS-downloader" -version = "0.3.5" +version = "0.3.6" authors = ["FliegendeWurst <2012gdwu@posteo.de>"] license = "GPL-3.0-or-later" edition = "2018"