Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.2.0](v2.1.0...v2.2.0) (2022-10-04)

### Features

* JSONB Contained by ([d45a156](d45a156))
* JSONB Contains ([6bf7f9a](6bf7f9a))
* JSONB has key ([c80bea6](c80bea6))
* JSONB has_all ([2f48df4](2f48df4))
* JSONB has_any ([516a6c0](516a6c0))
  • Loading branch information
semantic-release-bot committed Oct 4, 2022
1 parent 0134966 commit 076b4ca
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

From v1.0.0 onwards, this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Pre-v1, breaking changes are indicated via a minor release, while all other changes fall under patches. At any time, you can see what's in progress for a version by filtering GitHub issues by milestone.

# [2.2.0](https://github.com/tophat/ormar-postgres-extensions/compare/v2.1.0...v2.2.0) (2022-10-04)


### Features

* JSONB Contained by ([d45a156](https://github.com/tophat/ormar-postgres-extensions/commit/d45a15658f6fb5c36136b9c1aa8ebff7488d1a6e))
* JSONB Contains ([6bf7f9a](https://github.com/tophat/ormar-postgres-extensions/commit/6bf7f9a74e9cd7edd8e328f400be5e86b630c73c))
* JSONB has key ([c80bea6](https://github.com/tophat/ormar-postgres-extensions/commit/c80bea6f9d4f5245c563b31234dc8d63e716daa3))
* JSONB has_all ([2f48df4](https://github.com/tophat/ormar-postgres-extensions/commit/2f48df4baa602e0d441ec95c8aae242e564fe38a))
* JSONB has_any ([516a6c0](https://github.com/tophat/ormar-postgres-extensions/commit/516a6c06c261942914254c3cb8a706209adab008))

# [2.1.0](https://github.com/tophat/ormar-postgres-extensions/compare/v2.0.0...v2.1.0) (2022-02-06)


Expand Down

0 comments on commit 076b4ca

Please sign in to comment.