diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..70c01b0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ +# Changelog +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [v3.0.0](https://github.com/lox/alfred-github-jump/tree/v3.0.0) (2019-10-24) +[Full Changelog](https://github.com/lox/alfred-github-jump/compare/v1.2.0...v3.0.0) + +### Changed +- Move to go modules [#14](https://github.com/lox/alfred-github-jump/pull/14) (@lox) +- Add fuzzy search [#13](https://github.com/lox/alfred-github-jump/pull/13) (@lox) + +## [v1.2.0](https://github.com/lox/alfred-github-jump/tree/v1.2.0) (2018-08-19) +[Full Changelog](https://github.com/lox/alfred-github-jump/compare/v1.1.0...v1.2.0) + +### Changed +- Add vendor dir and update to latest github lib [#12](https://github.com/lox/alfred-github-jump/pull/12) (@lox) + +## [v1.1.0](https://github.com/lox/alfred-github-jump/tree/v1.1.0) (2016-09-05) +[Full Changelog](https://github.com/lox/alfred-github-jump/compare/fa294c69b7df...v1.1.0) + +### Changed