diff --git a/CHANGELOG.rst b/CHANGELOG.rst new file mode 100644 index 0000000..81034af --- /dev/null +++ b/CHANGELOG.rst @@ -0,0 +1,15 @@ +CHANGELOG +========= + +here-location-services 0.2.0 (2021-04-19) +----------------------------------------- + +- Add Routing API +- Add Matrix Routing API +- Add config for categories + +here-location-services 0.1.0 (2021-02-15) +----------------------------------------- + +- Initial release + diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index ba59d4c..6f90edd 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,2 +1 @@ -CHANGELOG -========= \ No newline at end of file +.. include:: ../../CHANGELOG.rst \ No newline at end of file diff --git a/here_location_services/__version__.py b/here_location_services/__version__.py index 9ccc47c..3df63ae 100644 --- a/here_location_services/__version__.py +++ b/here_location_services/__version__.py @@ -3,4 +3,4 @@ """Project version information.""" -__version__ = "0.1.0" +__version__ = "0.2.0"