diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f6765c..8de9b06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] +## [0.3.1] - 2022-01-07 +### Fixed +- `--sync-url` can now be used to download the [course memberships](https://ilias.studium.kit.edu/ilias.php?cmdClass=ilmembershipoverviewgui&cmdNode=iy&baseClass=ilmembershipoverviewgui) + ## [0.3.0] - 2022-01-06 ### Fixed - ILIAS 7 update ([#27]) diff --git a/Cargo.lock b/Cargo.lock index 679b6fd..f120662 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "KIT-ILIAS-downloader" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index c51a35c..b8d1c91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "KIT-ILIAS-downloader" -version = "0.3.0" +version = "0.3.1" authors = ["FliegendeWurst <2012gdwu@posteo.de>"] license = "GPL-3.0-or-later" edition = "2018"