Skip to content

Commit

Permalink
Prepare Release v1.4.1 (#122)
Browse files Browse the repository at this point in the history
Prepare Release v1.4.1
  • Loading branch information
cortinico committed Feb 21, 2020
2 parents d073b62 + 42a31e5 commit 02b46f2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

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.

## v1.4.1 (2020-02-22)

* 🐛 `headersToRemove` should apply also to top level headers (e.g. `X-Operation-ID` or `Content-Type`) [#121]

Thanks to @cortinico for the support with this release

## v1.4.0 (2020-02-18)

* 🎁 Moshi-Codegen Support [#82] [#88]
Expand Down Expand Up @@ -115,3 +121,4 @@ Thanks to @cortinico, @MatthewTPage, @GuilhE, @macisamuele and @redwarp for the
[#105]: https://github.com/Yelp/swagger-gradle-codegen/pull/105/
[#111]: https://github.com/Yelp/swagger-gradle-codegen/pull/111/
[#112]: https://github.com/Yelp/swagger-gradle-codegen/pull/112/
[#121]: https://github.com/Yelp/swagger-gradle-codegen/pull/121/
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ val preMerge = tasks.register("preMerge") {

plugins {
id("com.android.library").version("3.5.3").apply(false)
id("com.yelp.codegen.plugin").version("1.4.0").apply(false)
id("com.yelp.codegen.plugin").version("1.4.1").apply(false)
id("io.gitlab.arturbosch.detekt").version("1.4.0").apply(false)
kotlin("android").version("1.3.61").apply(false)
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object PublishingVersions {
const val PLUGIN_VERSION = "1.4.0"
const val PLUGIN_VERSION = "1.4.1"
const val PLUGIN_GROUP = "com.yelp.codegen"
@Suppress("UNUSED")
const val PLUGIN_ARTIFACT = "plugin"
Expand Down

0 comments on commit 02b46f2

Please sign in to comment.