0.2.0 release
This commit is contained in:
parent
95277e4bfe
commit
e931d78bf0
2 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue