Skip to content

Commit

Permalink
Release v0.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Nov 13, 2021
1 parent 201d317 commit a638704
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## [v0.0.1] - 2021-11-01
## [v0.0.2](https://github.com/MangoDB-io/MangoDB/releases/tag/v0.0.2) (2021-11-13)

* Added support for comparison query operators: `$eq`,`$gt`,`$gte`,`$in`,`$lt`,`$lte`,`$ne`,`$nin`. [(#26)](https://github.com/MangoDB-io/MangoDB/issues/26)
* Added support for logical query operators: `$and`, `$not`, `$nor`, `$or`. [(#27)](https://github.com/MangoDB-io/MangoDB/issues/27)

[All closed issues](https://github.com/MangoDB-io/MangoDB/milestone/1?closed=1).
[All commits](https://github.com/MangoDB-io/MangoDB/compare/v0.0.1...v0.0.2).

## [v0.0.1](https://github.com/MangoDB-io/MangoDB/releases/tag/v0.0.1) (2021-11-01)

* Initial public release!

0 comments on commit a638704

Please sign in to comment.