From a2da6b1f58af57e1f9da00caffb1f31129eb4cac Mon Sep 17 00:00:00 2001 From: Camila Maia Date: Mon, 6 Mar 2023 18:52:50 +0100 Subject: [PATCH] Release v2.8.2 (#571) --- CHANGELOG.md | 5 ++++- Dockerfile | 2 +- pyproject.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98ab3d9a..59a2ac75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ 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). ## [Unreleased] + +## [2.8.1] - 2023-03-04 ### Fixed - Content field not rendered properly on Chrome [#551](https://github.com/scanapi/scanapi/issues/551) @@ -257,7 +259,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fix vars interpolation. -[Unreleased]: https://github.com/scanapi/scanapi/compare/v2.8.1...HEAD +[Unreleased]: https://github.com/scanapi/scanapi/compare/v2.8.2...HEAD +[2.8.2]: https://github.com/scanapi/scanapi/compare/v2.8.1...v2.8.2 [2.8.1]: https://github.com/scanapi/scanapi/compare/v2.8.0...v2.8.1 [2.8.0]: https://github.com/scanapi/scanapi/compare/v2.7.0...v2.8.0 [2.7.0]: https://github.com/scanapi/scanapi/compare/v2.6.2...v2.7.0 diff --git a/Dockerfile b/Dockerfile index bc54f3b5..27a73d0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ENV PATH="~/.local/bin:${PATH}" RUN pip install pip setuptools --upgrade -RUN pip install scanapi==2.8.1 +RUN pip install scanapi==2.8.2 COPY . /app diff --git a/pyproject.toml b/pyproject.toml index e1eac5d3..a9cbf752 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "scanapi" -version = "2.8.1" +version = "2.8.2" description = "Automated Testing and Documentation for your REST API" authors = ["The ScanAPI Organization "] license = "MIT"