Skip to content

Commit 02b46f2

Browse files
authored
Prepare Release v1.4.1 (#122)
Prepare Release v1.4.1
2 parents d073b62 + 42a31e5 commit 02b46f2

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Here you can find the release notes for this project. Please note that list of releases is available also in the [releases](https://github.com/Yelp/swagger-gradle-codegen/releases) page on Github.
44

5+
## v1.4.1 (2020-02-22)
6+
7+
* 🐛 `headersToRemove` should apply also to top level headers (e.g. `X-Operation-ID` or `Content-Type`) [#121]
8+
9+
Thanks to @cortinico for the support with this release
10+
511
## v1.4.0 (2020-02-18)
612

713
* 🎁 Moshi-Codegen Support [#82] [#88]
@@ -115,3 +121,4 @@ Thanks to @cortinico, @MatthewTPage, @GuilhE, @macisamuele and @redwarp for the
115121
[#105]: https://github.com/Yelp/swagger-gradle-codegen/pull/105/
116122
[#111]: https://github.com/Yelp/swagger-gradle-codegen/pull/111/
117123
[#112]: https://github.com/Yelp/swagger-gradle-codegen/pull/112/
124+
[#121]: https://github.com/Yelp/swagger-gradle-codegen/pull/121/

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ val preMerge = tasks.register("preMerge") {
5454

5555
plugins {
5656
id("com.android.library").version("3.5.3").apply(false)
57-
id("com.yelp.codegen.plugin").version("1.4.0").apply(false)
57+
id("com.yelp.codegen.plugin").version("1.4.1").apply(false)
5858
id("io.gitlab.arturbosch.detekt").version("1.4.0").apply(false)
5959
kotlin("android").version("1.3.61").apply(false)
6060
}

gradle-plugin/buildSrc/src/main/java/com/yelp/codegen/gradle/PublishingVersions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object PublishingVersions {
2-
const val PLUGIN_VERSION = "1.4.0"
2+
const val PLUGIN_VERSION = "1.4.1"
33
const val PLUGIN_GROUP = "com.yelp.codegen"
44
@Suppress("UNUSED")
55
const val PLUGIN_ARTIFACT = "plugin"

0 commit comments

Comments
 (0)