Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
r8 committed Sep 11, 2018
1 parent c748d67 commit 278be82
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [0.2.2] - 2018-09-11
### Fixed
- Fix link selector for Discoverable provider (thanks to [@juanbono](https://github.com/juanbono))

## [0.2.1] - 2017-11-02
### Fixed
- Fix handling of relative endpoint urls (thanks to [@slavone](https://github.com/slavone))
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule OEmbed.Mixfile do
use Mix.Project

@version "0.2.1"
@version "0.2.2"

def project do
[app: :oembed,
Expand Down

0 comments on commit 278be82

Please sign in to comment.