We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c935e8 commit 89b7a4bCopy full SHA for 89b7a4b
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+## v0.5.3
2
+
3
+* Enhancements
4
+ * Travis now using the right MongoDB version
5
6
+* Bug Fixes
7
+ * added test unit for change streams
8
+ * removed debug code from change streams
9
10
## v0.5.2
11
12
* Enhancements
mix.exs
@@ -1,7 +1,7 @@
defmodule Mongodb.Mixfile do
use Mix.Project
- @version "0.5.2"
+ @version "0.5.3"
def project() do
[app: :mongodb_driver,
0 commit comments