Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 0.2.5 #76

Merged
merged 1 commit into from
Aug 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Changelog

## [0.2.5](https://github.com/cardano-foundation/cf-cardano-ballot/compare/v0.2.4...v0.2.5) (2023-08-23)


### Features

* added deployment chart, argocd bootstrap and main app ([#75](https://github.com/cardano-foundation/cf-cardano-ballot/issues/75)) ([9c4bcd2](https://github.com/cardano-foundation/cf-cardano-ballot/commit/9c4bcd2d61f2776bf46c66589c8953d29ccb270d))
* added eventStartTime, eventEndTime, snapshotTime and whether event is finished or not in the reference data ([#47](https://github.com/cardano-foundation/cf-cardano-ballot/issues/47)) ([0dd8dcd](https://github.com/cardano-foundation/cf-cardano-ballot/commit/0dd8dcd737fe91039275123f8f2ac1b6f6fb4c81))
* **cip-1694:** add leaderboard page ([e4699b0](https://github.com/cardano-foundation/cf-cardano-ballot/commit/e4699b06cc96adbf9c6358b52c65a034dc249f1c))
* **cip-1694:** add mobile version of the intro page ([3e47c62](https://github.com/cardano-foundation/cf-cardano-ballot/commit/3e47c62ef6f3c29ecb23a80fb44f2d829a2a8ff1))
* **cip-1694:** add mobile version of the leaderboard and vote pages ([ee896de](https://github.com/cardano-foundation/cf-cardano-ballot/commit/ee896de23653b5bccf9a50123fd65fd201b63fe9))
* **cip-1694:** add screens for the events that are not active ([34a7aa9](https://github.com/cardano-foundation/cf-cardano-ballot/commit/34a7aa9545dce8f32972b86d06b9b36ccae74060))
* **cip-1694:** add tests placeholders ([589bed5](https://github.com/cardano-foundation/cf-cardano-ballot/commit/589bed5d741f85956d6dad413a08109eae34a10e))
* **cip-1694:** add verify vote screens ([9c12618](https://github.com/cardano-foundation/cf-cardano-ballot/commit/9c1261819ec8a635577d3e236efd638b5117c199))
* **cip-1694:** add vote receipt ([dd3d496](https://github.com/cardano-foundation/cf-cardano-ballot/commit/dd3d4960f63a5c10ba25d4b03baac54c293680bb))
* **cip-1694:** integrate fetch receipt ([2e696e3](https://github.com/cardano-foundation/cf-cardano-ballot/commit/2e696e329c177d01f2e6d9cd039e7c3cb9d2ba6f))
* **cip-1694:** remove verify vote modal ([b69fc5d](https://github.com/cardano-foundation/cf-cardano-ballot/commit/b69fc5db0f0775bd020da0f05110572ea52526e2))
* **cip-1694:** restyle intro page ([dd97d7a](https://github.com/cardano-foundation/cf-cardano-ballot/commit/dd97d7a1f607ccf2802c7def6b9482f5441f373f))
* **cip-1694:** restyle receipt drawer ([6702a60](https://github.com/cardano-foundation/cf-cardano-ballot/commit/6702a60e98ee653e0a639a1d6df5953ae658e100))
* **cip-1694:** restyle voting page ([0f66c2c](https://github.com/cardano-foundation/cf-cardano-ballot/commit/0f66c2cd78040b88e21f674ade68d68bd237a914))
* epoch times should work fine now ([#50](https://github.com/cardano-foundation/cf-cardano-ballot/issues/50)) ([b462642](https://github.com/cardano-foundation/cf-cardano-ballot/commit/b4626425e6d25280798c4be2f608df814672ace9))
* fake leaderboard ([9fc96a8](https://github.com/cardano-foundation/cf-cardano-ballot/commit/9fc96a8fba4520df4d04f72ee15618bc8c872dbe))
* JWT login system gone for now... ([cafe7d9](https://github.com/cardano-foundation/cf-cardano-ballot/commit/cafe7d95007d9f323c5f4f139dd2a2457612e6fd))
* mocks for leaderboard and verification. ([#46](https://github.com/cardano-foundation/cf-cardano-ballot/issues/46)) ([1799000](https://github.com/cardano-foundation/cf-cardano-ballot/commit/1799000aff29f0693d907a55133bb53991ab75af))
* refactoring away from Nullable where possible ([1c2a77c](https://github.com/cardano-foundation/cf-cardano-ballot/commit/1c2a77cfc4d7c12e5045b1591396fc545eb61e93))
* rollback handling support via YACI ([#41](https://github.com/cardano-foundation/cf-cardano-ballot/issues/41)) ([3690cf2](https://github.com/cardano-foundation/cf-cardano-ballot/commit/3690cf2f74a9cc28aeb69ab2ce55c0a49fc71c71))
* support for all apps to run via local Yaci-DevKit network plus minor bug fixes and documentation improvements. ([#54](https://github.com/cardano-foundation/cf-cardano-ballot/issues/54)) ([6a15b6f](https://github.com/cardano-foundation/cf-cardano-ballot/commit/6a15b6f9432bef216b41c4c1eb59c60aa83905f9))
* verification app ([#44](https://github.com/cardano-foundation/cf-cardano-ballot/issues/44)) ([952920e](https://github.com/cardano-foundation/cf-cardano-ballot/commit/952920eb5ecb394c144632f6d44d20c9af94123a))
* voter's receipt protected now with CIP-93 envelope ([b329f56](https://github.com/cardano-foundation/cf-cardano-ballot/commit/b329f56fb5e9e5edf6160403371df75d351d5182))
* voting admin app - full metadata scan is now propertly authenticated ([7ffeba0](https://github.com/cardano-foundation/cf-cardano-ballot/commit/7ffeba007bfd3b6221fad98161fd0adf9a0fcecc))
* yaci beta3 ([#51](https://github.com/cardano-foundation/cf-cardano-ballot/issues/51)) ([a6a0ebf](https://github.com/cardano-foundation/cf-cardano-ballot/commit/a6a0ebfe82b5588c00af7ecfd0e1ed0f1d3b9ca2))


### Bug Fixes

* added restore points for Yaci DevKit network. ([0ecc6d8](https://github.com/cardano-foundation/cf-cardano-ballot/commit/0ecc6d8aa18093a64e6c3a26431ebd3deacb8732))
* bug fix when there are no votes and leaderboard is called. ([af8a709](https://github.com/cardano-foundation/cf-cardano-ballot/commit/af8a709105d4ad0e65ac57ef7f4412bb26b02046))
* **cip-1694:** get vote power typing ([#40](https://github.com/cardano-foundation/cf-cardano-ballot/issues/40)) ([113285c](https://github.com/cardano-foundation/cf-cardano-ballot/commit/113285c8ee775ab9d70dff115a2d645f7d094629))
* Flyway (manual) DDL instead of hibernate auto generated DDL. ([#60](https://github.com/cardano-foundation/cf-cardano-ballot/issues/60)) ([1534802](https://github.com/cardano-foundation/cf-cardano-ballot/commit/1534802a29d890964905a0f433852246958de26d))
* h2 console issue fix ([1434d6c](https://github.com/cardano-foundation/cf-cardano-ballot/commit/1434d6c7481659ebcb2ae5121dc80b431295b4cc))
* introducting high level leaderboard results, which can be configured on event level. ([#55](https://github.com/cardano-foundation/cf-cardano-ballot/issues/55)) ([7a1139e](https://github.com/cardano-foundation/cf-cardano-ballot/commit/7a1139eb02a45509858ad3c02a3754577a5139df))
* optional should not be wrapped in a string ([0e596f3](https://github.com/cardano-foundation/cf-cardano-ballot/commit/0e596f309ceee59fee380f852378acbcd9abc019))
* small fixes and code improvements, upgrade to latest yaci-store ([#65](https://github.com/cardano-foundation/cf-cardano-ballot/issues/65)) ([318a372](https://github.com/cardano-foundation/cf-cardano-ballot/commit/318a3721b01f7d28f1afcaa7e59ea9e46814733c))
* snapshots released ([#67](https://github.com/cardano-foundation/cf-cardano-ballot/issues/67)) ([dbfe7db](https://github.com/cardano-foundation/cf-cardano-ballot/commit/dbfe7dba3dcf72ace190b8ccda41d8b5c3fe05d4))
* sys out removal ([c062ec7](https://github.com/cardano-foundation/cf-cardano-ballot/commit/c062ec7d7e36c50d4485cb3b41e7a7a671cfdb8b))
* various fixes, affecting production and local development. ([#58](https://github.com/cardano-foundation/cf-cardano-ballot/issues/58)) ([d6dab1d](https://github.com/cardano-foundation/cf-cardano-ballot/commit/d6dab1d0cfb43af9edc8fce98957a867e3a6f873))
* votingPower is a string ([8be4c29](https://github.com/cardano-foundation/cf-cardano-ballot/commit/8be4c29413fa8fe9f68fd86e11c29809c262fd96))
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1-SNAPSHOT
0.2.5