Release v1.6.0

This commit is contained in:
benoit74 2023-11-02 20:52:43 +01:00
parent 24a250f0ee
commit 36ba61b0a5
No known key found for this signature in database
GPG key ID: B89606434FC7B530
2 changed files with 3 additions and 3 deletions

View file

@ -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.0] - 2023-11-02
### Changed
@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- User-Agent now has a default value (#228)
- Manipulation of spaces with UA suffix and adminEmail has been modified
- Same User-Agent is used for check_url (Python) and Browsertrix crawler (#227)
- Using browsertrix-crawler 0.12.0-beta2
- Using browsertrix-crawler 0.12.0
## [1.5.3] - 2023-10-02

View file

@ -1,4 +1,4 @@
FROM webrecorder/browsertrix-crawler:0.12.0-beta.2
FROM webrecorder/browsertrix-crawler:0.12.0
LABEL org.opencontainers.image.source https://github.com/openzim/zimit
RUN apt-get update \