diff --git a/CHANGELOG.md b/CHANGELOG.md index ed2bcd8..6168d41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## [0.4.1] - 2021-01-14 +### Fixed +- Call the youtube oembed with https ([@fatboypunk](https://github.com/fatboypunk)) + ## [0.4.0] - 2020-07-21 ### Added - Add Youtube provider ([@Kuret](https://github.com/Kuret)) diff --git a/README.md b/README.md index 21f0256..8016951 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.0"}] + [{:oembed, "~> 0.4.1"}] end ``` diff --git a/mix.exs b/mix.exs index ba56d42..d49a927 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule OEmbed.Mixfile do use Mix.Project - @version "0.4.0" + @version "0.4.1" def project do [