We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c748d67 commit 278be82Copy full SHA for 278be82
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## [0.2.2] - 2018-09-11
4
+### Fixed
5
+- Fix link selector for Discoverable provider (thanks to [@juanbono](https://github.com/juanbono))
6
+
7
## [0.2.1] - 2017-11-02
8
### Fixed
9
- Fix handling of relative endpoint urls (thanks to [@slavone](https://github.com/slavone))
mix.exs
@@ -1,7 +1,7 @@
defmodule OEmbed.Mixfile do
use Mix.Project
- @version "0.2.1"
+ @version "0.2.2"
def project do
[app: :oembed,
0 commit comments