Skip to content

Commit 1cb49cf

Browse files
committed
Bump to 0.4.0
1 parent ff04a0f commit 1cb49cf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## 0.4.0
4+
5+
- Add regex support to db.collection.find()
6+
- Add db.collection.stats(), dataSize(), storageSize(), totalIndexSize(), getIndexes(),
7+
- Add db.collection.find().batchSize()
8+
39
## 0.3.0
410

511
- Add ObjectId() support

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject monglorious "0.3.0"
1+
(defproject monglorious "0.4.0"
22
:author "Dave Bauman"
33
:description "Query MongoDB using strings!"
44
:url "https://github.com/baumandm/monglorious"

0 commit comments

Comments
 (0)