diff --git a/CHANGELOG.md b/CHANGELOG.md index f801312..73d1d60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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/). -## Unreleased +## 1.0.3 * Fix bug in batch operations. diff --git a/package.json b/package.json index 577f11d..d3405ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "level-auto-index", - "version": "1.0.2", + "version": "1.0.3", "description": "Automatic level-agnostic secondary indexing", "main": "index.js", "scripts": {