Skip to content

Commit

Permalink
Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyvanderaerden committed Dec 24, 2021
1 parent b9f7380 commit f23a5a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## v0.4.0 (2021-12-24)
### Added
* Set Elixir to v1.13 (650da1e)
* InnoDB Dirty pages ratio query #11
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ The package can be installed by adding `:ecto_mysql_extras` to your list of depe
```elixir
def deps do
[
{:ecto_mysql_extras, "~> 0.3.0"}
{:ecto_mysql_extras, "~> 0.4.0"}
]
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 EctoMySQLExtras.MixProject do
use Mix.Project

@version "0.3.1"
@version "0.4.0"
@source_url "https://github.com/timothyvanderaerden/ecto_mysql_extras"

def project do
Expand Down

0 comments on commit f23a5a1

Please sign in to comment.