Skip to content

Commit

Permalink
Merge pull request #75 from target/v2.2.0_release
Browse files Browse the repository at this point in the history
v2.2.0 release
  • Loading branch information
slushpupie authored Dec 15, 2023
2 parents 205e4e2 + 0f6995d commit 45da718
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
v2.2.0
- Add more admin notification
- Change image scaling algorithm to lanczos3 to improve preview image quality
- Update dependencies

v2.1.0
- Add an admin channel notification feature to report downvoted proposals
- Update dependencies

v2.0.0
- Initial Open Source release
- Refactored to work without Target-specific technologies

v1.0.1
- Update dependancies
- Fix tallyVotes to expire blocked proposals
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ktlint {
version.set("0.48.2")
}
group = "com.target.slack"
version = "2.0.0"
version = "2.2.0"

repositories {
mavenCentral()
Expand Down

0 comments on commit 45da718

Please sign in to comment.