Skip to content

Commit

Permalink
Downgrade cpp-driver to 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
silviucpp committed Apr 16, 2024
1 parent 2703512 commit bc72b5e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### Changelog:

##### v4.1.3

- Downgrade to cpp-driver v2.17.0 because of https://datastax-oss.atlassian.net/jira/software/c/projects/CPP/issues/CPP-995

##### v4.1.2

- Upgrade cpp-driver to v2.17.1
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{pre_hooks, [{"(linux|darwin)", compile, "make nif_compile CPP_DRIVER_REV=2.17.1"}]}.
{pre_hooks, [{"(linux|darwin)", compile, "make nif_compile CPP_DRIVER_REV=2.17.0"}]}.
{post_hooks, [{"(linux|darwin)", clean, "make nif_clean"}]}.

{project_plugins, [rebar3_hex]}.
Expand Down
2 changes: 1 addition & 1 deletion src/erlcass.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{description, "ErlCass - Erlang Cassandra Driver"},
{licenses, ["MIT"]},
{links,[{"Github","https://github.com/silviucpp/erlcass"}]},
{vsn, "4.1.2"},
{vsn, "4.1.3"},
{registered, []},
{applications, [
kernel,
Expand Down

0 comments on commit bc72b5e

Please sign in to comment.