diff --git a/CHANGELOG.md b/CHANGELOG.md index d18d735..50f2387 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [0.10.2](https://github.com/pawamoy/aria2p/releases/tag/0.10.2) - 2020-12-30 + +[Compare with 0.10.1](https://github.com/pawamoy/aria2p/compare/0.10.1...0.10.2) + +### Bug Fixes +- Add back missing commands aliases ([cd25e78](https://github.com/pawamoy/aria2p/commit/cd25e787179055d6d6e271c1d64f61fef9c9cf4f) by Timothée Mazzucotelli). + + ## [0.10.1](https://github.com/pawamoy/aria2p/releases/tag/0.10.1) - 2020-11-28 [Compare with 0.10.0](https://github.com/pawamoy/aria2p/compare/0.10.0...0.10.1) diff --git a/pyproject.toml b/pyproject.toml index 0e4fac7..2a046fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "aria2p" -version = "0.10.1" +version = "0.10.2" description = "Command-line tool and library to interact with an aria2c daemon process with JSON-RPC." authors = ["Timothée Mazzucotelli "] license = "ISC"