Skip to content

Commit

Permalink
Bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baumandm committed Nov 8, 2016
1 parent ff04a0f commit 1cb49cf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 0.4.0

- Add regex support to db.collection.find()
- Add db.collection.stats(), dataSize(), storageSize(), totalIndexSize(), getIndexes(),
- Add db.collection.find().batchSize()

## 0.3.0

- Add ObjectId() support
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject monglorious "0.3.0"
(defproject monglorious "0.4.0"
:author "Dave Bauman"
:description "Query MongoDB using strings!"
:url "https://github.com/baumandm/monglorious"
Expand Down

0 comments on commit 1cb49cf

Please sign in to comment.