From e931d78bf064cdd6af2297044b6e6018b06a0560 Mon Sep 17 00:00:00 2001 From: George Narroway Date: Thu, 14 Nov 2019 14:19:54 +0800 Subject: [PATCH] 0.2.0 release --- CHANGELOG.md | 7 ++++++- project.clj | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23f305d..5881fcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +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/). +## 0.2.0 - 2019-11-14 +### Added +- def some operators + ## 0.1.0 - 2019-11-14 ### Added - Initial release -[Unreleased]: https://github.com/gnarroway/mongo-driver-3/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/gnarroway/mongo-driver-3/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/gnarroway/hato/compare/v0.1.0...v0.2.0 diff --git a/project.clj b/project.clj index b97c869..13d8bc1 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject mongo-driver-3 "0.2.0-SNAPSHOT" +(defproject mongo-driver-3 "0.2.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"