From 5512590e96c19f28f73db4306fa2df60f5eaad8a Mon Sep 17 00:00:00 2001 From: George Narroway Date: Tue, 19 Nov 2019 16:04:21 +0800 Subject: [PATCH] 0.4.0 release --- CHANGELOG.md | 7 ++++--- README.md | 2 +- project.clj | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f0eba6..7774f09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,13 @@ # Change Log All notable changes to this project will be documented in this file. This change log follows the conventions of [keepachangelog.com](http://keepachangelog.com/). -## [Unreleased] +## [0.4.0] ### Added - list collections - start session - remove reflection warnings -## [0.3.1] +## [0.3.1] - 2019-11-17 ### Added - More documentation @@ -30,7 +30,8 @@ All notable changes to this project will be documented in this file. This change ### Added - Initial release -[Unreleased]: https://github.com/gnarroway/mongo-driver-3/compare/v0.3.1...HEAD +[Unreleased]: https://github.com/gnarroway/mongo-driver-3/compare/v0.4.0...HEAD +[0.4.0]: https://github.com/gnarroway/mongo-driver-3/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/gnarroway/mongo-driver-3/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/gnarroway/mongo-driver-3/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/gnarroway/hato/compare/v0.1.0...v0.2.0 diff --git a/README.md b/README.md index 61c8b16..9b74856 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ For Leinengen, add this to your project.clj: [org.mongodb/mongodb-driver-sync "3.11.2"] ;; This wrapper library -[mongo-driver-3 "0.3.1"] +[mongo-driver-3 "0.4.0"] ``` ## Getting started diff --git a/project.clj b/project.clj index 2258f83..bff117f 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject mongo-driver-3 "0.3.2-SNAPSHOT" +(defproject mongo-driver-3 "0.4.0" :description "A Clojure wrapper for the Java MongoDB driver 3.11+." :url "https://github.com/gnarroway/mongo-driver-3" :license {:name "The MIT License"