Skip to content

Commit

Permalink
chore(release): cut 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2020-12-01)

### Bug Fixes

* add translations for new job types ([#25](#25)) ([404b04c](404b04c))
* only throw job run error if there are error reports ([f3d468a](f3d468a))
* revert to old translation strategy ([a795c21](a795c21))
* update headerbar to latest and greatest ([#31](#31)) ([293a52c](293a52c))
* use human readable cron label strings ([a64a151](a64a151))

### Features

* **scheduling types:** support both cron and delay scheduling types ([e14ccd8](e14ccd8))
  • Loading branch information
dhis2-bot committed Dec 1, 2020
1 parent dbb5541 commit 66d7b9e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 1.0.0 (2020-12-01)


### Bug Fixes

* add translations for new job types ([#25](https://github.com/dhis2/scheduler-app/issues/25)) ([404b04c](https://github.com/dhis2/scheduler-app/commit/404b04cf2a67bf8ac412e03bc5841c4e3a10f38f))
* only throw job run error if there are error reports ([f3d468a](https://github.com/dhis2/scheduler-app/commit/f3d468ac15acc6e9be99cb90109e15d0feb9d761))
* revert to old translation strategy ([a795c21](https://github.com/dhis2/scheduler-app/commit/a795c2148c361e9958971fba22d5319ab9b42c4a))
* update headerbar to latest and greatest ([#31](https://github.com/dhis2/scheduler-app/issues/31)) ([293a52c](https://github.com/dhis2/scheduler-app/commit/293a52c3c8875b1a15009037847d5c0c7d7d6377))
* use human readable cron label strings ([a64a151](https://github.com/dhis2/scheduler-app/commit/a64a151845c9cf8909ad38996ae9ea9a6d57c498))


### Features

* **scheduling types:** support both cron and delay scheduling types ([e14ccd8](https://github.com/dhis2/scheduler-app/commit/e14ccd8541cbee6769dbd645cd9b9a49fcfac9e5))

0 comments on commit 66d7b9e

Please sign in to comment.