diff --git a/CHANGELOG.md b/CHANGELOG.md index 9841b9a5..7b5d17ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +0.2.1 @ Apr 8 2013 +================== + * Start on correct value when reverse=true, also handle end-of-store case #27 (@kesla) + * Ignore empty string/buffer start/end options on iterators (@kesla) + * Macro cleanup, replace some with static inline functions (@rvagg) + 0.2.0 @ Mar 30 2013 =================== * Windows support--using a combination of libuv and Windows-specific code. See README for details about what's required (@rvagg) diff --git a/package.json b/package.json index 998c7724..3a8a9dd4 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ , "keywords": [ "leveldb" ] - , "version" : "0.2.0" + , "version" : "0.2.1" , "main" : "index.js" , "dependencies" : { "bindings" : "~1.1.0"