Skip to content

Commit

Permalink
Prepare for v3.2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
at055612 committed Feb 13, 2018
1 parent 5122145 commit 6eae7ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ Patch version changes will typically include cosmetic changes (e.g. _xs:document

### Changed

## [v3.2.4] - 2018-02-13

### Changed

* Add the pipeline suffix to the end of `id` attribute value on the `schema` element. This provides a means of differentiating the different forms of the schema.

## [v3.2.3] - 2018-01-30
Expand Down
6 changes: 3 additions & 3 deletions event-logging.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
targetNamespace="event-logging:3"
elementFormDefault="qualified"
attributeFormDefault="unqualified"
version="3.3.0-SNAPSHOT"
id="event-logging-v3.3.0-SNAPSHOT">
version="3.2.4"
id="event-logging-v3.2.4">
<xs:annotation>
<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>
</xs:annotation>
Expand Down Expand Up @@ -3245,7 +3245,7 @@
<xs:enumeration value="3.2.1"/>
<xs:enumeration value="3.2.2"/>
<xs:enumeration value="3.2.3"/>
<xs:enumeration value="3.3.0-SNAPSHOT"/>
<xs:enumeration value="3.2.4"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="VirtualSessionSessionStateSimpleType">
Expand Down

0 comments on commit 6eae7ce

Please sign in to comment.