From 623fe1746aa5952c500fd574357782efe3927be8 Mon Sep 17 00:00:00 2001 From: Mathieu Delrocq Date: Wed, 28 Jul 2021 17:45:39 +0200 Subject: [PATCH] update CHANGELOG with 1.0.1 --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ae8ad6..f366d93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,20 @@ All notable changes to this project will be documented in this file. 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). -## [v0.1.0] - 26/07/2021 +## [v1.0.1] - 28/07/2021 + +### Added +* Developing, Usage and Getting help parts in README + +### Changed +* Never use cache for api/packages (Commit [28b0fb79094fcbd42488ecf4fa5617eabbc364f6](https://github.com/groupe-edf/nexus-repository-dart/commit/28b0fb79094fcbd42488ecf4fa5617eabbc364f6)) +* Improve rewriteUrl method (Commit [5a65cfc707490972938239285c7bd2eec7c0fc24](https://github.com/groupe-edf/nexus-repository-dart/commit/5a65cfc707490972938239285c7bd2eec7c0fc24)) + +### Fixed +* api/packages pagination (Commits [28b0fb79094fcbd42488ecf4fa5617eabbc364f6](https://github.com/groupe-edf/nexus-repository-dart/commit/28b0fb79094fcbd42488ecf4fa5617eabbc364f6) & [a90bdcf0b4fa359f98020ff785777652e39a7957](https://github.com/groupe-edf/nexus-repository-dart/commit/a90bdcf0b4fa359f98020ff785777652e39a7957)) +* Version in Changelog + +## [v1.0.0] - 26/07/2021 ### Added * Dart proxy repository