diff --git a/CHANGELOG.md b/CHANGELOG.md index 97b4b3d..b729e4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [0.1.4] - 2019-11-07 + +### Added + +- Hyperscan 5.2.0 and support for literal API ([#16]) + +### Removed + +- Python 2.7 support + ## [0.1.3] - 2019-07-04 ### Fixed @@ -42,11 +52,13 @@ Initial release [#10]: https://github.com/darvid/python-hyperscan/issues/10 [#13]: https://github.com/darvid/python-hyperscan/issues/13 [#15]: https://github.com/darvid/python-hyperscan/issues/15 +[#16]: https://github.com/darvid/python-hyperscan/issues/16 [MkDocs]: https://www.mkdocs.org/ [Poetry]: https://poetry.eustace.io/ [Semaphore]: https://semaphoreci.com/ [Sphinx]: http://www.sphinx-doc.org/en/master/ [Travis CI]: https://travis-ci.org/ +[0.1.4]: https://github.com/darvid/python-hyperscan/releases/tag/v0.1.4 [0.1.3]: https://github.com/darvid/python-hyperscan/releases/tag/v0.1.3 [0.1.2]: https://github.com/darvid/python-hyperscan/releases/tag/v0.1.2 [0.1.1]: https://github.com/darvid/python-hyperscan/releases/tag/v0.1.1