diff --git a/CHANGELOG.md b/CHANGELOG.md index 546e5d6..a37019c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.2.0] - 2022-08-21 +### Changed +- Rename parse methods to be unique names + ## [0.1.0] - 2022-08-17 ### Added - Initial release for parsing RSS and Atom feeds diff --git a/mix.exs b/mix.exs index 7267b89..4d1844a 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule FastSyndication.MixProject do use Mix.Project @source_url "https://github.com/mikhailbot/fast_syndication" - @version "0.1.0" + @version "0.2.0" def project do [