diff --git a/CHANGELOG.md b/CHANGELOG.md index e6530ce..a25c180 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 1.2.0 (2024-01-19) + +* Add abbreviation "half om half" +* Recognize "ingredient list" as ingredient prefix +* Recognize "and" after brackets as separator + # 1.1.10 (2021-03-23) * Fix amount after nesting colon diff --git a/lib/food_ingredient_parser/version.rb b/lib/food_ingredient_parser/version.rb index 3ecfaa1..5ebc2be 100644 --- a/lib/food_ingredient_parser/version.rb +++ b/lib/food_ingredient_parser/version.rb @@ -1,4 +1,4 @@ module FoodIngredientParser - VERSION = '1.1.10' - VERSION_DATE = '2021-03-23' + VERSION = '1.2.0' + VERSION_DATE = '2024-01-19' end