Prepare next release

This commit is contained in:
benoit74 2023-11-17 11:30:37 +01:00
parent 6e6c0e8b39
commit 51ef841836
No known key found for this signature in database
GPG key ID: B89606434FC7B530
2 changed files with 29 additions and 0 deletions

27
:q Normal file
View file

@ -0,0 +1,27 @@
commit 6e6c0e8b39b37f6fdcbe6a51ce7c925e6b1ed813 (HEAD -> main, tag: v1.6.2)
Author: benoit74 <benoit74@users.noreply.github.com>
Date: Fri Nov 17 11:25:09 2023 +0100
Release 1.6.2
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6750466..58b186d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ All notable changes to this project are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (as of version 1.2.0).

-## Unreleased
+## [1.6.2] - 2023-11-17

### Changed

@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Fix logic passing args to crawler to support value '0' (#245)
+- Fix documentation about Chrome and headless (#248)

## [1.6.1] - 2023-11-06


View file

@ -5,6 +5,8 @@ All notable changes to this project are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) (as of version 1.2.0).
## Unreleased
## [1.6.2] - 2023-11-17
### Changed