From cabd8bd92f17b82d4e67bc71164a47a618bf12af Mon Sep 17 00:00:00 2001 From: Gordon Stratton Date: Sun, 2 Jun 2019 18:02:53 -0700 Subject: [PATCH] v2.3.6 --- CHANGELOG.md | 18 +++++++++++++++++- client/npm-shrinkwrap.json | 2 +- client/package.json | 2 +- server/eclipse-project/pom.xml | 2 +- 4 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e54ef3099..af342d423 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,15 @@ with the following tags indicating the components affected: - `TOOLING` refers to changes to tooling that falls outside the UI or API, such as the RLA export. -## 2.3.6 - UNRELEASED +## 2.3.6 - Bugfix release +- [API - allow report to run before any audit submissions][pr165] +- [API - Affirmation text on the county report has more room][pr167] +- [UI - Prevent choice and contest names from growing too long][pr168] +- [API - Allow spaces in canonical choice names][pr169] +- [UI - Remove spinners on CVR upload error][pr170] +- [API - fix weird issue in reports where there are no contestCVRIds][pr171] +- [UI - Update DoS dashboard to handle multiple audit boards][pr173] +- [API - don't set auditStatus if hand counting][pr174] ## 2.3.5 - Bugfix release - [UI - Immediately show deleted files on the DOS dashboard][pr161] @@ -276,3 +284,11 @@ This is [FreeAndFair's most recent tag][1.1.0.3]. [pr161]: https://github.com/democracyworks/ColoradoRLA/pull/161 [pr162]: https://github.com/democracyworks/ColoradoRLA/pull/162 [pr163]: https://github.com/democracyworks/ColoradoRLA/pull/163 +[pr165]: https://github.com/democracyworks/ColoradoRLA/pull/165 +[pr167]: https://github.com/democracyworks/ColoradoRLA/pull/167 +[pr168]: https://github.com/democracyworks/ColoradoRLA/pull/168 +[pr169]: https://github.com/democracyworks/ColoradoRLA/pull/169 +[pr170]: https://github.com/democracyworks/ColoradoRLA/pull/170 +[pr171]: https://github.com/democracyworks/ColoradoRLA/pull/171 +[pr173]: https://github.com/democracyworks/ColoradoRLA/pull/173 +[pr174]: https://github.com/democracyworks/ColoradoRLA/pull/174 diff --git a/client/npm-shrinkwrap.json b/client/npm-shrinkwrap.json index ede09a06d..fa9320c06 100644 --- a/client/npm-shrinkwrap.json +++ b/client/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "corla-client", - "version": "2.3.6-SNAPSHOT", + "version": "2.3.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/client/package.json b/client/package.json index 3a89e5afc..6c7598067 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "corla-client", - "version": "2.3.6-SNAPSHOT", + "version": "2.3.6", "description": "Browser-based client to facilitate risk-limiting audits for the State of Colorado.", "main": "index.js", "scripts": { diff --git a/server/eclipse-project/pom.xml b/server/eclipse-project/pom.xml index d32a7fac4..1b76ead72 100644 --- a/server/eclipse-project/pom.xml +++ b/server/eclipse-project/pom.xml @@ -4,7 +4,7 @@ 4.0.0 us.freeandfair.production corla-server - 2.3.6-SNAPSHOT + 2.3.6 ColoradoRLA A risk-limiting audit system for the State of Colorado