diff --git a/CHANGELOG.md b/CHANGELOG.md index addbfd7..10730a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 1.0.5 + +* Fix index cleaning bug. Indexes should now clean up missing lookups. + ## 1.0.4 * Fix another bug in batch operations diff --git a/package.json b/package.json index ef6b14d..7afd0f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "level-auto-index", - "version": "1.0.4", + "version": "1.0.5", "description": "Automatic level-agnostic secondary indexing", "main": "index.js", "scripts": {