diff --git a/CHANGELOG.md b/CHANGELOG.md index f0d2ff6..49d5cd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========= +Version 1.6.2 – 2018-02-13 +-------------------------- + +### Bugfixes + +* Api pagination didn't work correctly any more (missing results from page > 2) + + Version 1.6.1 – 2017-09-23 -------------------------- diff --git a/info.plist b/info.plist index 4377217..f93906f 100644 --- a/info.plist +++ b/info.plist @@ -404,6 +404,14 @@ Changelog ========= +Version 1.6.2 – 2018-02-13 +-------------------------- + +### Bugfixes + +* Api pagination didnt work correctly any more (missing results from page > 2) + + Version 1.6.1 – 2017-09-23 -------------------------- @@ -440,7 +448,7 @@ Version 1.5 – 2016-12-13 ### Bugfixes * in some situations private repos were missing (@lxynox) -* after saving GitHub Enterprise url the workflow didnt reopen correctly +* after saving GitHub Enterprise url the workflow didn't reopen correctly * updated user sub commands (Activity tab does not exist any more on GitHub) @@ -591,7 +599,7 @@ Version 1.1 – 2015-01-10 0 version - 1.6.1 + 1.6.2 webaddress https://github.com/gharlan/alfred-github-workflow diff --git a/workflow.php b/workflow.php index 099bf7a..5b1ea9d 100644 --- a/workflow.php +++ b/workflow.php @@ -14,7 +14,7 @@ class Workflow { - const VERSION = '1.6.1'; + const VERSION = '1.6.2'; const BUNDLE = 'de.gh01.alfred.github'; const DEFAULT_CACHE_MAX_AGE = 10;