Skip to content

Commit c6b959c

Browse files
committed
Prepare for 4.0.2 release
1 parent 18dc3fb commit c6b959c

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,6 @@ DO NOT ADD CHANGES HERE - ADD THEM USING log_change.sh
322322

323323
[Unreleased]: https://github.com/gchq/event-logging-schema/compare/v4.0.1...HEAD
324324
[v4.0.1]: https://github.com/gchq/event-logging-schema/compare/v4.0.0...v4.0.1
325-
[v4.0.1]: https://github.com/gchq/event-logging-schema/compare/v4.0.0...v4.0.1
326-
[v4.0.0-2]: https://github.com/gchq/event-logging-schema/compare/v4.0.0...v4.0.0-2
327325
[v4.0.0]: https://github.com/gchq/event-logging-schema/compare/v4.0-beta.10...v4.0.0
328326
[v4.0-beta.10]: https://github.com/gchq/event-logging-schema/compare/v4.0-beta.9...v4.0-beta.10
329327
[v4.0-beta.9]: https://github.com/gchq/event-logging-schema/compare/v4.0-beta.8...v4.0-beta.9

event-logging.xsd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
~ See the License for the specific language governing permissions and
1515
~ limitations under the License.
1616
-->
17-
<xs:schema xmlns:evt="event-logging:3" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="event-logging:3" elementFormDefault="qualified" attributeFormDefault="unqualified" version="4.0.1" id="event-logging-v4.0.1">
17+
<xs:schema xmlns:evt="event-logging:3" xmlns:xs="http://www.w3.org/2001/XMLSchema" targetNamespace="event-logging:3" elementFormDefault="qualified" attributeFormDefault="unqualified" version="4.0.2" id="event-logging-v4.0.2">
1818
<xs:annotation>
1919
<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>
2020
</xs:annotation>
@@ -3635,7 +3635,7 @@
36353635
<xs:documentation>Type for specifying the version numbers of XML documents that are supported by this version of the XMLSchema.</xs:documentation>
36363636
</xs:annotation>
36373637
<xs:restriction base="xs:string">
3638-
<xs:enumeration value="4.0.1"/>
3638+
<xs:enumeration value="4.0.2"/>
36393639
</xs:restriction>
36403640
</xs:simpleType>
36413641
<xs:simpleType name="VirtualSessionSessionStateSimpleType">
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
* Fix build. No schema changes.
2+
3+
4+
```sh
5+
# ONLY the top line will be included as a change entry in the CHANGELOG.
6+
# The entry should be in GitHub flavour markdown and should be written on a SINGLE
7+
# line with no hard breaks. You can have multiple change files for a single GitHub issue.
8+
# The entry should be written in the imperative mood, i.e. 'Fix nasty bug' rather than
9+
# 'Fixed nasty bug'.
10+
#
11+
# Examples of acceptable entries are:
12+
#
13+
#
14+
# * Issue **123** : Fix bug with an associated GitHub issue in this repository
15+
#
16+
# * Issue **namespace/other-repo#456** : Fix bug with an associated GitHub issue in another repository
17+
#
18+
# * Fix bug with no associated GitHub issue.
19+
```

0 commit comments

Comments
 (0)