We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d1f671 + 9b54d48 commit 6de2fa1Copy full SHA for 6de2fa1
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## [0.4.1] - 2021-01-14
4
+### Fixed
5
+- Call the youtube oembed with https ([@fatboypunk](https://github.com/fatboypunk))
6
+
7
## [0.4.0] - 2020-07-21
8
### Added
9
- Add Youtube provider ([@Kuret](https://github.com/Kuret))
README.md
@@ -24,7 +24,7 @@ Add `oembed` to your list of dependencies in `mix.exs`:
24
25
```elixir
26
def deps do
27
- [{:oembed, "~> 0.4.0"}]
+ [{:oembed, "~> 0.4.1"}]
28
end
29
```
30
mix.exs
@@ -1,7 +1,7 @@
defmodule OEmbed.Mixfile do
use Mix.Project
- @version "0.4.0"
+ @version "0.4.1"
def project do
[
0 commit comments