Skip to content

Commit

Permalink
Bump to v0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
warmwaffles committed Mar 16, 2022
1 parent ce460b7 commit 69984fa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ adheres to [Semantic Versioning][semver].

## [Unreleased]

## [0.7.4] - 2022-03-16
### Fixed
- Fixed double encoding of a string when converting to json. [#65](https://github.com/elixir-sqlite/ecto_sqlite3/pull/65)


## [0.7.3] - 2022-01-21
### Added
Expand Down Expand Up @@ -84,7 +88,8 @@ adheres to [Semantic Versioning][semver].

[keepachangelog]: <https://keepachangelog.com/en/1.0.0/>
[semver]: <https://semver.org/spec/v2.0.0.html>
[Unreleased]: https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.7.3...HEAD
[Unreleased]: https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.7.4...HEAD
[0.7.4]: https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.7.3...v0.7.4
[0.7.3]: https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.7.2...v0.7.3
[0.7.2]: https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.7.1...v0.7.2
[0.7.1]: https://github.com/elixir-sqlite/ecto_sqlite3/compare/v0.7.0...v0.7.1
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ in Hexdocs.

```elixir
defp deps do
{:ecto_sqlite3, "~> 0.7.3"}
[
{:ecto_sqlite3, "~> 0.7.4"}
]
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.7.3"
@version "0.7.4"

def project do
[
Expand Down

0 comments on commit 69984fa

Please sign in to comment.