We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f42af12 + 678562e commit acddc9aCopy full SHA for acddc9a
CHANGELOG.md
@@ -1,11 +1,9 @@
1
# Change Log
2
3
-## [Unreleased]
+## [0.1.1] - 2017-03-08
4
### Fixed
5
- Fix crashing when URL is empty or nil.
6
7
-### Changed
8
-
9
## [0.1.0] - 2017-02-25
10
11
Initial release.
mix.exs
@@ -1,7 +1,7 @@
defmodule OEmbed.Mixfile do
use Mix.Project
- @version "0.1.0"
+ @version "0.1.1"
def project do
[app: :oembed,
0 commit comments