Skip to content

Commit

Permalink
Bump to v0.11.7
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Oct 27, 2022
1 parent 4b97a95 commit d0a01b4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v0.11.7 - 2022-10-27
- fixed: Segfault issue when database connections would time out. [#218](https://github.com/elixir-sqlite/exqlite/pull/218)

## v0.11.6 - 2022-09-29
- changed: Updated sqlite3 to 3.39.4

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Package: https://hex.pm/packages/exqlite
```elixir
defp deps do
[
{:exqlite, "~> 0.11.6"}
{:exqlite, "~> 0.11.7"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule Exqlite.MixProject do
use Mix.Project

@version "0.11.6"
@version "0.11.7"
@sqlite_version "3.39.4"

def project do
Expand Down

0 comments on commit d0a01b4

Please sign in to comment.