Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
Breaking change
  • Loading branch information
mikhailbot committed Aug 21, 2022
1 parent 6d4c3db commit c19bcc4
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
Expand Up @@ -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
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit c19bcc4

Please sign in to comment.