Skip to content

Commit

Permalink
changelog and bump version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
talklittle committed Jun 30, 2024
1 parent 92c83ff commit 1640aa2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
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).

### 0.5.1 (2024-06-30)

* Bump ffmpex dependency to 0.11.0.

## 0.5.0 (2024-01-24)

* Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add `:thumbnex` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:thumbnex, "~> 0.5.0"}
{:thumbnex, "~> 0.5.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 Thumbnex.Mixfile do
use Mix.Project

@source_url "https://github.com/talklittle/thumbnex"
@version "0.5.0"
@version "0.5.1"

def project do
[
Expand Down

0 comments on commit 1640aa2

Please sign in to comment.