--- /dev/null
+# Changelog
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](http://keepachangelog.com/)
+and this project adheres to [Semantic Versioning](http://semver.org/).
+
+## 1.0.0 - 2016-11-28
+### Added
+- Basic configuration for eslint
+- This changelog
+- Random record Fetcher
+- Database setup script
+- Template to render records
+
+### Changed
+- README to include more info
+
+### Updated
+
+[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/master...develop
## Setting Up the Database
Run `npm run setup_database`. This will create the table.
+
+## Running
+
+Run `npm start`
{
"name": "lgtm",
- "version": "0.0.0",
+ "version": "1.0.0",
"description": "looks good to me",
"main": "index.js",
"scripts": {