From a2e031f6066a01a581855a47e8ae6c0a9364980b Mon Sep 17 00:00:00 2001 From: Magnar Ovedal Myrtveit Date: Tue, 30 Jul 2024 19:39:17 +0000 Subject: [PATCH] Prepare release v1.2.0 --- CHANGELOG.md | 14 +------------- README.md | 2 +- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef74dc7..7b31ad2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,26 +4,14 @@ All notable changes to `TimelineExtractor` will be documented in this file. Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles. -## [Unreleased](https://github.com/Stadly/TimelineExtractor/compare/v1.1.0...HEAD) +## [v1.2.0](https://github.com/Stadly/TimelineExtractor/compare/v1.1.0...v1.2.0) ### Added - Download progress. Thanks @GRWalter! -### Changed -- Nothing - ### Fixed - Authentication to Google Maps. Thanks @GRWalter! -### Deprecated -- Nothing - -### Removed -- Nothing - -### Security -- Nothing - ## [v1.1.0](https://github.com/Stadly/TimelineExtractor/compare/v1.0.0...v1.1.0) ### Added diff --git a/README.md b/README.md index 1e54176..845ba0e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Use the following commands to set up `TimelineExtractor`. Download `TimelineExtractor`: ``` bash -git clone -b v1.1.0 --depth 1 https://github.com/Stadly/TimelineExtractor.git +git clone -b v1.2.0 --depth 1 https://github.com/Stadly/TimelineExtractor.git ``` Install dependencies: