diff --git a/CHANGELOG.md b/CHANGELOG.md index 922cefa..b0521d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,25 +4,10 @@ All notable changes to `TimelineExtractor` will be documented in this file. Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles. -## [Unreleased](https://github.com/Stadly/TimelineExtractor/compare/v1.0.0...HEAD) +## [v1.1.0](https://github.com/Stadly/TimelineExtractor/compare/v1.0.0...v1.1.0) ### Added -- Nothing - -### Changed -- Nothing - -### Fixed -- Nothing - -### Deprecated -- Nothing - -### Removed -- Nothing - -### Security -- Nothing +- Better error handling. ## v1.0.0 - 2020-05-08 diff --git a/README.md b/README.md index 94fc5e6..3c1d3e0 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Use the following commands to set up `TimelineExtractor`. Download `TimelineExtractor`: ``` bash -git clone -b v1.0.0 --depth 1 https://github.com/Stadly/TimelineExtractor.git +git clone -b v1.1.0 --depth 1 https://github.com/Stadly/TimelineExtractor.git ``` Install dependencies: