Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Commit

Permalink
Prepare for release 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-ryan-square committed Oct 13, 2022
1 parent c9439df commit d22441d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
Change Log
==========

Version 1.1.0 *(2022-10-14)*
-----------------------------

* Add wisp.sampling module
* SampledLogger for wisp.logging

Dependency changes:

* aws2: "2.17.224" -> "2.17.267"
* grpc: "1.49.0" -> "1.49.2"
* hoplite: "2.6.2" -> "2.6.4"
* jackson: "2.13.3" -> "2.13.4"
* junit: "5.9.0" -> "5.9.1"
* kotest: "5.4.2" -> "5.5.0"
* kotlinBinaryCompatibilityPlugin: "0.11.0" -> "0.11.1"
* kotlinLogging: "2.1.23" -> "3.0.0"
* logback: "1.4.0" -> "1.4.3"
* mockito: "4.7.0" -> "4.8.0"
* moshi: "1.13.0" -> "1.14.0"
* netty: "4.1.80.Final" -> "4.1.82.Final"
* slf4j = "2.0.0" -> "2.0.3"


Version 1.0.10 *(2022-09-26)*
-----------------------------

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=app.cash.wisp
VERSION_NAME=1.0.11-SNAPSHOT
VERSION_NAME=1.1.0
POM_URL=https://github.com/cashapp/wisp/
POM_SCM_URL=https://github.com/cashapp/wisp/
POM_SCM_CONNECTION=scm:git:git://github.com/cashapp/wisp.git
Expand Down

0 comments on commit d22441d

Please sign in to comment.