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

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Thompson committed Oct 3, 2018
1 parent fddc428 commit f87907e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ 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.0.2-SNAPSHOT - In development
## 2.0.3 - SNAPSHOT - In development

## 2.0.2 - Bugfix release

- [API - When a county runs out of ballots, we can only terminate single county audits ][pr66]
- [API - (phantom-record) add ballotType to State report][pr68]

## 2.0.1 - Bugfix release
Expand Down Expand Up @@ -113,4 +117,5 @@ This is [FreeAndFair's most recent tag][1.1.0.3].
[pr62]: https://github.com/democracyworks/ColoradoRLA/pull/62
[pr63]: https://github.com/democracyworks/ColoradoRLA/pull/63
[pr64]: https://github.com/democracyworks/ColoradoRLA/pull/64
[pr66]: https://github.com/democracyworks/ColoradoRLA/pull/66
[pr68]: https://github.com/democracyworks/ColoradoRLA/pull/68
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.0.2-SNAPSHOT",
"version": "2.0.2",
"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.0.2-SNAPSHOT</version>
<version>2.0.2</version>
<name>ColoradoRLA</name>
<description>A risk-limiting audit system for the State of Colorado</description>
<properties>
Expand Down

0 comments on commit f87907e

Please sign in to comment.