From 965f3a3e2e8d95757f1a6715d425c1d838fecd66 Mon Sep 17 00:00:00 2001 From: Sergey Storchay Date: Sat, 14 Dec 2024 17:24:04 +0200 Subject: [PATCH] Increment version --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6168d41..9a2eacf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## [0.5.0] - 2024-12-14 + +Maintenance release. + +### Fixed +- Fix "defined in application" runtime warnings ([@alexgleason](https://github.com/alexgleason)) +- Remove unused @requred_keys ([@alexgleason](https://github.com/alexgleason)) +- Fix duplicate keys warnings ([@alexgleason](https://github.com/alexgleason)) + +### Chore + +- Upgrade dev dependencies +- Remove empty config file +- Regenerate formatter config and gitignore with the latest Elixir +- Fix CI workflow + ## [0.4.1] - 2021-01-14 ### Fixed - Call the youtube oembed with https ([@fatboypunk](https://github.com/fatboypunk)) diff --git a/README.md b/README.md index fcf8026..beee5b5 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Add `oembed` to your list of dependencies in `mix.exs`: ```elixir def deps do - [{:oembed, "~> 0.4.1"}] + [{:oembed, "~> 0.5.0"}] end ``` diff --git a/mix.exs b/mix.exs index bf14265..9048cfa 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule OEmbed.Mixfile do use Mix.Project - @version "0.4.1" + @version "0.5.0" def project do [