0.2.0 release

This commit is contained in:
George Narroway 2019-11-14 14:19:54 +08:00
parent 95277e4bfe
commit e931d78bf0
2 changed files with 7 additions and 2 deletions

View file

@ -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

View file

@ -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"