Skip to content

Commit

Permalink
Version 3.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Aug 10, 2023
1 parent 0e071df commit 4869d7f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ 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).


## v3.1.0 - 2023-08-10

### Features

- Now supporting `elixir>=1.13`
- Now using `slugify` instead of `slugger`


## v3.0.0 - 2021-09-12

### Features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ for more information.
```elixir
def deps do
[
{:ecto_autoslug_field, "~> 3.0"}
{:ecto_autoslug_field, "~> 3.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule EctoAutoslugField.Mixfile do
use Mix.Project

@source_url "https://github.com/sobolevn/ecto_autoslug_field"
@version "3.0.0"
@version "3.1.0"

def project do
[
Expand Down

0 comments on commit 4869d7f

Please sign in to comment.