Skip to content

Commit

Permalink
Bump to v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Oct 6, 2022
1 parent 141fb53 commit a1dbf83
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
Expand Up @@ -5,6 +5,9 @@ All notable changes will be documented in this file.
The format is loosely based on [Keep a Changelog][keepachangelog], and this
project adheres to [Semantic Versioning][semver].

## v0.8.2 - 2022-10-06
- fixed: `exists()` expression building. [#92](https://github.com/elixir-sqlite/ecto_sqlite3/pull/92)

## v0.8.1 - 2022-08-30
- changed: Allow `FROM` hints to be used. [#88](https://github.com/elixir-sqlite/ecto_sqlite3/pull/88)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ in Hexdocs.
```elixir
defp deps do
[
{:ecto_sqlite3, "~> 0.8.1"}
{:ecto_sqlite3, "~> 0.8.2"}
]
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 EctoSQLite3.MixProject do
use Mix.Project

@version "0.8.1"
@version "0.8.2"

def project do
[
Expand Down

0 comments on commit a1dbf83

Please sign in to comment.