Skip to content

Commit

Permalink
Prepare release v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewaite committed Jan 17, 2018
1 parent 82d36dc commit bf7528c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v1.2.3] (2018-01-16)
* Default to correct GitLab public API endpoint

## [v1.2.2] (2018-01-05)
* Correctly poll for updates on first run ([#ea3e49174](https://github.com/lukewaite/alfred-gitlab/commit/ea3e49174ac000649c692a064910b3c5c0c7834b))
* Do not show "updating" alert if data is cached and not filtered out
Expand Down Expand Up @@ -34,6 +37,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* Initial implementaiton of alfred-gitlab workflow

[Unreleased]: https://github.com/lukewaite/alfred-gitlab/compare/v1.2.2...HEAD
[v1.2.2]: https://github.com/lukewaite/alfred-gitlab/compare/v1.2.2...v1.2.3
[v1.2.2]: https://github.com/lukewaite/alfred-gitlab/compare/v1.2.1...v1.2.2
[v1.2.1]: https://github.com/lukewaite/alfred-gitlab/compare/v1.2.0...v1.2.1
[v1.2.0]: https://github.com/lukewaite/alfred-gitlab/compare/v1.1.0...v1.2.0
Expand Down
Binary file modified GitLab.alfredworkflow
Binary file not shown.
2 changes: 1 addition & 1 deletion src/gitlab.py
Expand Up @@ -4,7 +4,7 @@
from workflow import Workflow3, ICON_WEB, ICON_WARNING, ICON_INFO, web, PasswordNotFound
from workflow.background import run_in_background, is_running

__version__ = '1.2.2'
__version__ = '1.2.3'

log = None

Expand Down
2 changes: 1 addition & 1 deletion src/info.plist
Expand Up @@ -348,7 +348,7 @@
</dict>
</dict>
<key>version</key>
<string>1.2.2</string>
<string>1.2.3</string>
<key>webaddress</key>
<string>https://lukewaite.ca</string>
</dict>
Expand Down

0 comments on commit bf7528c

Please sign in to comment.