diff --git a/CHANGELOG.md b/CHANGELOG.md index cc3bfef2..d4c4b100 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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] + +## [0.8.0] - 2021-05-12 +### Changed +- Various dependency updates +- Updated CI to avoid login issue ([#182](https://github.com/jstockwin/py-pdf-parser/pull/182)) + ## [0.7.0] - 2021-01-15 ### Changed - Ensure we only accept LTTextBoxes at the top level (not LTTextLines) ([#155](https://github.com/jstockwin/py-pdf-parser/pull/155)) diff --git a/setup.py b/setup.py index 1069dd75..3f79150e 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ name="py-pdf-parser", packages=find_packages(), exclude=["tests.*", "tests", "docs", "docs.*"], - version="0.7.0", + version="0.8.0", url="https://github.com/jstockwin/py-pdf-parser", license="BSD", description="A tool to help extracting information from structured PDFs.",