diff --git a/CHANGELOG.md b/CHANGELOG.md index 8031668..429ebe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added - Added example systemd unit file for API +- Added indexer.py to ingest views and downloads from Solr to a SQLite database ### Changed - Refactor Solr configuration and connection +- /item route now expects id as part of the URI instead of a query parameter: /item/id +- View and download stats are now fetched from a SQLite database ## [0.0.3] - 2018-09-20 ### Changed