Skip to content

Commit

Permalink
Bump to v0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
master committed Apr 4, 2012
1 parent 1f38233 commit 5de0aac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
emongo (0.2.3-1) unstable; urgency=low

* Added Replica-Set support

-- Oleg Smirnov <oleg.smirnov@gmail.com> Wed, 04 Apr 2012 23:15:16 +0300

emongo (0.2.2-1) unstable; urgency=low

* Added unique index support to ensure_index.
Expand Down
2 changes: 1 addition & 1 deletion src/emongo.app.src
@@ -1,6 +1,6 @@
{application, emongo, [
{description, "Erlang MongoDB Driver"},
{vsn, "0.2.2"},
{vsn, "0.2.3"},
{modules, [
emongo, emongo_app, emongo_sup, emongo_bson, emongo_packet,
emongo_server, emongo_pool, emongo_router, pqueue
Expand Down

0 comments on commit 5de0aac

Please sign in to comment.