Skip to content

Commit

Permalink
docs: Added Changelog entry for v0.2.1 (#59)
Browse files Browse the repository at this point in the history
docs: Added Changelog entry for v0.2.1
  • Loading branch information
Slartibartfass2 authored Feb 19, 2023
1 parent db5eaeb commit 42e4b84
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.2.1] - 2023-02-19

### Fixed

- Fixed mixed content error on Web ([#57](https://github.com/Slartibartfass2/ingredient_collector/pull/57))

## [0.2.0] - 2023-02-19

### Added
Expand All @@ -23,6 +29,7 @@

_Initial release._

[0.2.1]: https://github.com/Slartibartfass2/ingredient_collector/releases/tag/v0.2.1
[0.2.0]: https://github.com/Slartibartfass2/ingredient_collector/releases/tag/v0.2.0
[0.1.1]: https://github.com/Slartibartfass2/ingredient_collector/releases/tag/v0.1.1
[0.1.0]: https://github.com/Slartibartfass2/ingredient_collector/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ingredient_collector
description: An app that collects ingredients from recipe websites and combines them into a shopping list.
version: 0.2.0
version: 0.2.1

environment:
sdk: '>=2.18.5 <3.0.0'
Expand Down

0 comments on commit 42e4b84

Please sign in to comment.