Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated: app version and release notes for major release #363

Merged
merged 2 commits into from
Feb 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "job-manager",
"version": "1.6.0",
"version": "2.0.0",
"private": true,
"description": "Job Manager App",
"scripts": {
Expand Down
11 changes: 11 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Release 2.0.0

## What's Changed
* Implemented logger using vue logger plugin(#21uxamh) by @disha1202 in https://github.com/hotwax/job-manager/pull/357
* Implemented: feature for user authorisation (#2ebg32y) by @adityasharma7 in https://github.com/hotwax/job-manager/pull/188
* Refactored: code for timezone modal and update luxon to 3.2 (#85zrkd35y) by @k2maan in https://github.com/hotwax/job-manager/pull/359
* Fixed: JobConfiguration component displaying runtime of draft jobs(#85zrjdd3b) by @disha1202 in https://github.com/hotwax/job-manager/pull/362 and @shashwatbangar in https://github.com/hotwax/job-manager/pull/353


**Full Changelog**: https://github.com/hotwax/job-manager/compare/v1.6.0...v2.0.0

# Release 1.6.0
## What's Changed
* Implemented: Code to show app version & build information on Settings page(#85zrhn8w8) by @shashwatbangar in https://github.com/hotwax/job-manager/pull/341
Expand Down