Skip to content

Commit b9af928

Browse files
hopeman15Kyle Roe
andauthored
[Release] Version 1.1.0 (#214)
Co-authored-by: Kyle Roe <[hopeman15@users.noreply.github.com]>
1 parent 1099d9a commit b9af928

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.MD

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [1.1.0] - October 5th 2022
2+
3+
* Dependency updates
4+
* Housekeeping and general clean up
5+
16
## [1.0.0] - July 25th 2022
27

38
* Auto publishing via CI

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Model Forge is a library to automate model generation for automated testing:
2525

2626
```kotlin
2727
dependencies {
28-
testImplementation("io.github.hellocuriosity:model-forge:1.0.0")
28+
testImplementation("io.github.hellocuriosity:model-forge:1.1.0")
2929
}
3030
```
3131

@@ -36,7 +36,7 @@ dependencies {
3636

3737
```groovy
3838
dependencies {
39-
testImplementation 'io.github.hellocuriosity:model-forge:1.0.0'
39+
testImplementation 'io.github.hellocuriosity:model-forge:1.1.0'
4040
}
4141
```
4242

@@ -55,7 +55,7 @@ repositories {
5555
}
5656

5757
dependencies {
58-
testImplementation("io.github.hellocuriosity:model-forge:1.0.0.xx-SNAPSHOT")
58+
testImplementation("io.github.hellocuriosity:model-forge:1.1.0.xx-SNAPSHOT")
5959
}
6060
```
6161

@@ -70,7 +70,7 @@ repositories {
7070
}
7171
7272
dependencies {
73-
testImplementation 'io.github.hellocuriosity:model-forge:1.0.0.xx-SNAPSHOT'
73+
testImplementation 'io.github.hellocuriosity:model-forge:1.1.0.xx-SNAPSHOT'
7474
}
7575
```
7676

0 commit comments

Comments
 (0)