Skip to content

Commit 278be82

Browse files
committed
Bump version
1 parent c748d67 commit 278be82

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
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.2.2] - 2018-09-11
4+
### Fixed
5+
- Fix link selector for Discoverable provider (thanks to [@juanbono](https://github.com/juanbono))
6+
37
## [0.2.1] - 2017-11-02
48
### Fixed
59
- Fix handling of relative endpoint urls (thanks to [@slavone](https://github.com/slavone))

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.2.1"
4+
@version "0.2.2"
55

66
def project do
77
[app: :oembed,

0 commit comments

Comments
 (0)