From 4ec04929210ffc7993f6eb39e6d2e47d9012e14d Mon Sep 17 00:00:00 2001 From: tcourage Date: Mon, 4 Apr 2016 09:05:01 -0400 Subject: [PATCH] README and gitignore changes with v0.3.0-beta --- .gitignore | 1 + README.md | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 9672757..04cd179 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ credentials.php +uploads/ diff --git a/README.md b/README.md index 6f282bb..604cf38 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,11 @@ Users are then able to browse the memes using the categories, and in future vers ## Changelog +### v0.3.0 BETA - April 4, 2016 + + - Added "Search" function + - More categories added + ### v0.2 BETA - April 2, 2016 - Second release