diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ab8cbc6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,40 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.7.0] - 2020-05-07 +### Added + +- TermsHistogram method for relative search + +## [0.6.0] - 2019-02-04 + +- Add custom exceptions. + +## [0.5.0] - 2018-11-20 + +- Provide autowiring for the Graylog service. + +## [0.4.0] - 2018-09-06 + +- Implement Graylog relative search fieldhistogram method. + + +## [0.3.0] - 2018-07-31 + +- Implement Graylog absolute search method. + + +## [0.2.0] - 2018-07-27 + +- Create default universal relative search method. + + +## [0.1.0] - 2017-11-08 + +- Package sort. +- Start initial project.