Skip to content

Commit 6de2fa1

Browse files
authored
Merge pull request #39 from r8/release
Increment version
2 parents 0d1f671 + 9b54d48 commit 6de2fa1

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [0.4.1] - 2021-01-14
4+
### Fixed
5+
- Call the youtube oembed with https ([@fatboypunk](https://github.com/fatboypunk))
6+
37
## [0.4.0] - 2020-07-21
48
### Added
59
- Add Youtube provider ([@Kuret](https://github.com/Kuret))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Add `oembed` to your list of dependencies in `mix.exs`:
2424

2525
```elixir
2626
def deps do
27-
[{:oembed, "~> 0.4.0"}]
27+
[{:oembed, "~> 0.4.1"}]
2828
end
2929
```
3030

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule OEmbed.Mixfile do
22
use Mix.Project
33

4-
@version "0.4.0"
4+
@version "0.4.1"
55

66
def project do
77
[

0 commit comments

Comments
 (0)