Skip to content

Commit bb48c6c

Browse files
committed
Prepare for v3.3.0 release
1 parent cb95dde commit bb48c6c

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Patch version changes will typically include cosmetic changes (e.g. _xs:document
1717

1818
## [Unreleased]
1919

20+
## [v3.3.0] - 2019-01-14
21+
2022
### Added
2123

2224
* Issue **#33** : Add content to ClassificationComplexType to support richer protective marking schemes
@@ -114,7 +116,8 @@ Patch version changes will typically include cosmetic changes (e.g. _xs:document
114116

115117
* Initial open source release
116118

117-
[Unreleased]: https://github.com/gchq/event-logging-schema/compare/v3.2.4...HEAD
119+
[Unreleased]: https://github.com/gchq/event-logging-schema/compare/v3.3.0...HEAD
120+
[v3.3.0]: https://github.com/gchq/event-logging-schema/compare/v3.2.4...v3.3.0
118121
[v3.2.4]: https://github.com/gchq/event-logging-schema/compare/v3.2.3...v3.2.4
119122
[v3.2.3]: https://github.com/gchq/event-logging-schema/compare/v3.2.2...v3.2.3
120123
[v3.2.2]: https://github.com/gchq/event-logging-schema/compare/v3.2.1...v3.2.2

event-logging.xsd

Lines changed: 3 additions & 3 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.3.0-SNAPSHOT"
23-
id="event-logging-v3.3.0-SNAPSHOT">
22+
version="3.3.0"
23+
id="event-logging-v3.3.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>
@@ -3383,7 +3383,7 @@
33833383
<xs:enumeration value="3.2.2"/>
33843384
<xs:enumeration value="3.2.3"/>
33853385
<xs:enumeration value="3.2.4"/>
3386-
<xs:enumeration value="3.3.0-SNAPSHOT"/>
3386+
<xs:enumeration value="3.3.0"/>
33873387
</xs:restriction>
33883388
</xs:simpleType>
33893389
<xs:simpleType name="VirtualSessionSessionStateSimpleType">

0 commit comments

Comments
 (0)