Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyvanderaerden committed Dec 2, 2022
1 parent cfe8f55 commit 3484568
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## v0.6.0 (2022-11-02)
### Added
* List active connections

## v0.5.0 (2022-05-25)
### Added
* Support `query_opts` with `log` option to enable/disable logging (disabled by default)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -33,7 +33,7 @@ The package can be installed by adding `:ecto_mysql_extras` to your list of depe
```elixir
def deps do
[
{:ecto_mysql_extras, "~> 0.5.0"}
{:ecto_mysql_extras, "~> 0.6.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
@@ -1,7 +1,7 @@
defmodule EctoMySQLExtras.MixProject do
use Mix.Project

@version "0.5.0"
@version "0.6.0"
@source_url "https://github.com/timothyvanderaerden/ecto_mysql_extras"

def project do
Expand Down

0 comments on commit 3484568

Please sign in to comment.