Skip to content

Commit

Permalink
chore(release): 1.6.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.6.0](v1.5.0...v1.6.0) (2021-11-12)

### Features

* add support for collection and map fields ([0717af1](0717af1))
  • Loading branch information
semantic-release-bot committed Nov 12, 2021
1 parent 0717af1 commit e4ee4fd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.6.0](https://github.com/Silthus/config-mapper/compare/v1.5.0...v1.6.0) (2021-11-12)


### Features

* add support for collection and map fields ([0717af1](https://github.com/Silthus/config-mapper/commit/0717af19198501e37cdfe21ef434ead128d23a4c))

# [1.5.0](https://github.com/Silthus/config-mapper/compare/v1.4.0...v1.5.0) (2021-10-08)


Expand Down
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repositories {
}
dependencies {
implementation group: 'net.silthus.config-mapper', name: 'core', version: '1.5.0'
implementation group: 'net.silthus.config-mapper', name: 'core', version: '1.6.0'
}
```

Expand All @@ -47,7 +47,7 @@ dependencies {
<dependency>
<groupId>net.silthus.config-mapper</groupId>
<artifactId>core</artifactId>
<version>1.5.0</version>
<version>1.6.0</version>
</dependency>
</dependencies>
</project>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group = net.silthus.config-mapper
author = Silthus
version = 1.5.0
version = 1.6.0

0 comments on commit e4ee4fd

Please sign in to comment.