Skip to content

Commit

Permalink
release version 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
masumsoft committed Sep 20, 2019
1 parent b83dd69 commit fb5491d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.3.2] - 2019-09-20

### Fixed
- schema mismatch for materialized views with multiple filters
- generated query clauses contained extra spaces

## [2.3.1] - 2019-09-20

### Fixed
Expand Down Expand Up @@ -512,7 +518,8 @@ save function callback instead of raising exceptions
- Support for schema validators
- Support for auto loading of model schema from directory

[Unreleased]: https://github.com/masumsoft/express-cassandra/compare/v2.3.1...master
[Unreleased]: https://github.com/masumsoft/express-cassandra/compare/v2.3.2...master
[2.3.2]: https://github.com/masumsoft/express-cassandra/compare/v2.3.1...v2.3.2
[2.3.1]: https://github.com/masumsoft/express-cassandra/compare/v2.3.0...v2.3.1
[2.3.0]: https://github.com/masumsoft/express-cassandra/compare/v2.2.4...v2.3.0
[2.2.4]: https://github.com/masumsoft/express-cassandra/compare/v2.2.3...v2.2.4
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "express-cassandra",
"version": "2.3.1",
"version": "2.3.2",
"dependencies": {
"JSONStream": "^1.3.1",
"async": "^1.5.2",
Expand Down

0 comments on commit fb5491d

Please sign in to comment.