diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4b96839b..9bd4bfe9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,8 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
+
+## [1.8.1] - 2020-08-10
+### Added
+- Github workflows.
+
### Changed
+- Update to OpenLayers 6.4.3.
- Use imageSmoothing option of openlayers in the synview's Resource class.
+- Packages updated.
## [1.8.0] - 2020-08-10
### Added
@@ -64,7 +71,8 @@ will not work anymore, until you pass a callback to `getTimeText`.
### Fixed
- Some tests with DOM usage.
-[Unreleased]: https://github.com/chird/meteoJS/compare/v1.8.0...HEAD
+[Unreleased]: https://github.com/chird/meteoJS/compare/v1.8.1...HEAD
+[1.8.1]: https://github.com/chird/meteoJS/compare/v1.8.0...v1.8.1
[1.8.0]: https://github.com/chird/meteoJS/compare/v1.7.0...v1.8.0
[1.7.0]: https://github.com/chird/meteoJS/compare/v1.6.0...v1.7.0
[1.6.0]: https://github.com/chird/meteoJS/compare/7ac7aa2785f7af9c5ca266472a52b1f71cea394c...v1.6.0
\ No newline at end of file
diff --git a/README.md b/README.md
index c1d26373..7bd68323 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
Javascript library for meteorological and atmospheric tools
![npm](https://img.shields.io/npm/v/meteojs)
+![Test Status](https://github.com/chird/meteoJS/workflows/Test/badge.svg)
![Libraries.io dependency status for GitHub repo](https://img.shields.io/librariesio/github/chird/meteoJS)
## Examples
diff --git a/doc/RepetitiveRequests.js.html b/doc/RepetitiveRequests.js.html
index 46ead7d3..16d7e6a0 100644
--- a/doc/RepetitiveRequests.js.html
+++ b/doc/RepetitiveRequests.js.html
@@ -2,7 +2,7 @@