From ef2b13dbcdb6d93775c5e491cd8ec175f8c03975 Mon Sep 17 00:00:00 2001 From: Stanley Goldman Date: Mon, 9 Sep 2019 04:19:18 +0000 Subject: [PATCH] Bump to 1.1.0 [skip ci] # [1.1.0](https://github.com/justaprogrammer/Son-of-Picasso/compare/v1.0.0...v1.1.0) (2019-09-09) ### Features * Core functionality to create album and add images ([f473bb0](https://github.com/justaprogrammer/Son-of-Picasso/commit/f473bb0)) * Core functionality to CRUD albums ([3ad96f2](https://github.com/justaprogrammer/Son-of-Picasso/commit/3ad96f2)) * Core functionality to scan for images ([7dfe7e8](https://github.com/justaprogrammer/Son-of-Picasso/commit/7dfe7e8)) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5db58ae7..80321b35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.1.0](https://github.com/justaprogrammer/Son-of-Picasso/compare/v1.0.0...v1.1.0) (2019-09-09) + + +### Features + +* Core functionality to create album and add images ([f473bb0](https://github.com/justaprogrammer/Son-of-Picasso/commit/f473bb0)) +* Core functionality to CRUD albums ([3ad96f2](https://github.com/justaprogrammer/Son-of-Picasso/commit/3ad96f2)) +* Core functionality to scan for images ([7dfe7e8](https://github.com/justaprogrammer/Son-of-Picasso/commit/7dfe7e8)) + # 1.0.0 (2019-09-08)