Skip to content

Commit

Permalink
Update docs after release
Browse files Browse the repository at this point in the history
  • Loading branch information
ljacqu committed Jun 20, 2023
1 parent bdc74e2 commit 24de387
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# ConfigMe Changelog

## ConfigMe 1.x
#### 1.3.1 (2023-06-20)
- Update SnakeYAML dependency for security reasons ([#310](https://github.com/AuthMe/ConfigMe/issues/310))
- Introduce ShortProperty, LongProperty and FloatProperty for convenience ([#260](https://github.com/AuthMe/ConfigMe/issues/268))

:blue_book: [All changes in 1.3.1](https://github.com/AuthMe/ConfigMe/milestone/14?closed=1)

#### 1.3.0 (2021-10-17)
- Introduce option to NOT split paths that contain dots in the YAML file ([#214](https://github.com/AuthMe/ConfigMe/issues/214))
- Add support for BigInteger and BigDecimal in bean properties ([#182](https://github.com/AuthMe/ConfigMe/issues/182))
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Start using ConfigMe by adding this to your pom.xml:
<dependency>
<groupId>ch.jalu</groupId>
<artifactId>configme</artifactId>
<version>1.3.0</version>
<version>1.3.1</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit 24de387

Please sign in to comment.