Skip to content

Commit 66be2fc

Browse files
committed
Release 0.1.4
1 parent 074650e commit 66be2fc

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [0.1.4] - 2024-01-25
10+
911
### Fixed
1012

1113
- Added missing externs for the Popper component
@@ -221,7 +223,8 @@ Stay tuned for more to come...
221223
222224
- for dependency upgrades
223225
-->
224-
[Unreleased]: https://github.com/patternfly-java/patternfly-java/compare/v0.1.3...HEAD
226+
[Unreleased]: https://github.com/patternfly-java/patternfly-java/compare/v0.1.4...HEAD
227+
[0.1.4]: https://github.com/patternfly-java/patternfly-java/compare/v0.1.3...v0.1.4
225228
[0.1.3]: https://github.com/patternfly-java/patternfly-java/compare/v0.1.2...v0.1.3
226229
[0.1.2]: https://github.com/patternfly-java/patternfly-java/compare/v0.1.1...v0.1.2
227230
[0.1.1]: https://github.com/patternfly-java/patternfly-java/compare/v0.1.0...v0.1.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ PatternFly Java is available in [Maven Central](https://search.maven.org/search?
4141
<dependency>
4242
<groupId>org.patternfly</groupId>
4343
<artifactId>patternfly-java</artifactId>
44-
<version>0.1.3</version>
44+
<version>0.1.4</version>
4545
</dependency>
4646
```
4747

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<groupId>org.patternfly</groupId>
3131
<artifactId>patternfly-java</artifactId>
32-
<version>0.1.4-SNAPSHOT</version>
32+
<version>0.1.4</version>
3333
<name>PatternFly Java</name>
3434
<description>Java implementation of PatternFly</description>
3535
<packaging>jar</packaging>

0 commit comments

Comments
 (0)