diff --git a/CHANGELOG.md b/CHANGELOG.md index bd14b94..eeb64df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## Version 0.9.14 + +* Add support for uploading through USB (thanks to @sachiniyer in #155) +* Add support for forcing source type (thanks to @Barabazs in #153) +* Migrate regex url validation to validators library (thanks to @Barabazs in + #152) +* Update the Dockerfile (thanks to @Barabazs in #150) +* Update documentation to link to rmapi fork (thanks to @Barabazs in #149) +* Various fixes to broken providers and unit tests + ## Version 0.9.13 * Add DiVA provider (thanks to @koddas)