Skip to content
This repository was archived by the owner on Nov 11, 2019. It is now read-only.

Commit

Permalink
v2.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gws committed Jun 7, 2019
1 parent b678511 commit bd3c8be
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ 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.8 - Bugfix release
- Fix timing bug in standardization process

## 2.3.7 - Bugfix release
- Make standardization process more robust
- Fix unchecked list index access during report generation
Expand Down
2 changes: 1 addition & 1 deletion client/npm-shrinkwrap.json

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

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "corla-client",
"version": "2.3.8-SNAPSHOT",
"version": "2.3.8",
"description": "Browser-based client to facilitate risk-limiting audits for the State of Colorado.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion server/eclipse-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>us.freeandfair.production</groupId>
<artifactId>corla-server</artifactId>
<version>2.3.8-SNAPSHOT</version>
<version>2.3.8</version>
<name>ColoradoRLA</name>
<description>A risk-limiting audit system for the State of Colorado</description>
<properties>
Expand Down

0 comments on commit bd3c8be

Please sign in to comment.