From 2a30afbe7da43e7a086dced0e1954194f7823e56 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Sat, 28 Mar 2020 10:29:12 +0100 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 6 +++++- docker/README.md | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be5c993d..718a094e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org). -## [Unreleased] +## 2.1.0 - 2020-03-28 #### Added @@ -17,6 +17,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com), and this #### Changed * [#656](https://github.com/shlinkio/shlink/issues/656) Updated to PHPUnit 9. +* [#641](https://github.com/shlinkio/shlink/issues/641) Added two new flags to the `visit:locate` command, `--retry` and `--all`. + + * When `--retry` is provided, it will try to re-locate visits which IP address was originally considered not found, in case it was a temporal issue. + * When `--all` is provided together with `--retry`, it will try to re-locate all existing visits. A warning and confirmation are displayed, as this can have side effects. #### Deprecated diff --git a/docker/README.md b/docker/README.md index f8e596ce..3977fa37 100644 --- a/docker/README.md +++ b/docker/README.md @@ -37,10 +37,10 @@ Or you can list all tags with: docker exec -it shlink_container shlink tag:list ``` -Or process remaining visits with: +Or locate remaining visits with: ```bash -docker exec -it shlink_container shlink visit:process +docker exec -it shlink_container shlink visit:locate ``` All shlink commands will work the same way.