diff --git a/CHANGELOG.md b/CHANGELOG.md index 7642b1f..15466f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.1.0](https://github.com/DCsunset/pandoc-include/compare/v1.0.1...v1.1.0) (2021-08-30) + + +### ⚠ BREAKING CHANGES + +* rewrite relative paths + +### Features + +* rewrite relative paths ([a36ca20](https://github.com/DCsunset/pandoc-include/commit/a36ca20ebc970c2484bbc9e6887187406495b512)) + + +### Bug Fixes + +* fix code include check ([2af041a](https://github.com/DCsunset/pandoc-include/commit/2af041a4ebd37a037b5255180a0d7caa3f952593)) + ### [1.0.1](https://github.com/DCsunset/pandoc-include/compare/v1.0.0...v1.0.1) (2021-08-27) diff --git a/setup.py b/setup.py index ebb08df..6328186 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup from os import path -version = '1.0.1' +version = '1.1.0' repo_base_dir = path.abspath(path.dirname(__file__))