Skip to content

Commit 6d29de8

Browse files
committed
Set version to 3.1 for release, updated CHANGELOG
1 parent 90162ee commit 6d29de8

File tree

2 files changed

+24
-3
lines changed

2 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,30 @@ Patch version changes will typically include cosmetic changes (e.g. _xs:document
2020

2121
### Changed
2222

23+
## [v3.1.0] - 2017-07-12
24+
25+
### Added
26+
27+
* Issue **#16** : Add _Data_ element to _PrintSettings_ element
28+
29+
* Issue **#13** : Add _Group_ to the list of items an _Authenticate_ action can occur on
30+
31+
* Issue **#12** : Add _ElevatePrivilege_ and _Other_ to list of _Authenticate_ Actions
32+
33+
* Issue **#6** : Add _PauseJob_, _ResumeJob_, _FailedPrint_ and _Other_ to _PrintActionSimpleType_
34+
35+
* Issue **#4** : Extend _ObjectOutcomeComplexType_ to have _Data_ sub elements
36+
37+
### Changed
38+
39+
* Issue **#5** : Change certain instances of _xs:positiveInteger_ to _xs:nonNegativeInteger_ to allow zero values
40+
2341
## [v3.0.0] - 2016-10-31
2442

2543
### Added
44+
2645
* Intial open source release
2746

28-
[Unreleased]: https://github.com/gchq/event-logging-schema/compare/v3.0.0...HEAD
47+
[Unreleased]: https://github.com/gchq/event-logging-schema/compare/v3.1.0...HEAD
48+
[v3.1.0]: https://github.com/gchq/event-logging-schema/compare/v3.0.0...v3.1.0
49+
[v3.0.0]: https://github.com/gchq/event-logging-schema/compare/v3.0.0...v3.0.0

event-logging.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
targetNamespace="event-logging:3"
2020
elementFormDefault="qualified"
2121
attributeFormDefault="unqualified"
22-
version="3.1.0-SNAPSHOT"
23-
id="event-logging-v3.1.0-SNAPSHOT">
22+
version="3.1.0"
23+
id="event-logging-v3.1.0">
2424
<xs:annotation>
2525
<xs:documentation>This schema describes the allowed element structure for event logging. Please refer to the documentation and examples for a description of how to use this schema in addition to the descriptions given for each element within this schema.</xs:documentation>
2626
</xs:annotation>

0 commit comments

Comments
 (0)