Skip to content

Commit

Permalink
release version 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
masumsoft committed Jul 27, 2020
1 parent c6aa449 commit 91acb9d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.4.0] - 2020-07-27

### Changed
- Allow additional control in janusgraph configuration

### Fixed
- Unset primary key error thrown for non primary keys when key is a substring of the primary key

### Security
- Upgraded package dependencies to resolve vulnerability in a dependent package

## [2.3.2] - 2019-09-20

### Fixed
Expand Down Expand Up @@ -518,7 +529,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.2...master
[Unreleased]: https://github.com/masumsoft/express-cassandra/compare/v2.4.0...master
[2.4.0]: https://github.com/masumsoft/express-cassandra/compare/v2.3.2...v2.4.0
[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
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.2",
"version": "2.4.0",
"dependencies": {
"JSONStream": "^1.3.1",
"async": "^1.5.2",
Expand Down

0 comments on commit 91acb9d

Please sign in to comment.