From 21fe263d461a95d027fd17ef48afc3e0f4d43e9f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 13:06:51 +0000 Subject: [PATCH] chore(master): release 1.2.0 --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 973ad1d..f94a2a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## [1.2.0](https://github.com/hks2002/crystal-report-server-java/compare/v1.1.0...v1.2.0) (2023-10-19) + + +### Features + +* ✨add app info ([bbc8843](https://github.com/hks2002/crystal-report-server-java/commit/bbc88432c8b7524f84bdd6601f0186c03f7dbf27)) +* release 1.2.0 ([bb9780e](https://github.com/hks2002/crystal-report-server-java/commit/bb9780eed53d2d34e39a0f02a6695638244affa8)) + + +### Bug Fixes + +* 🐛change JNDI name ([3e0355b](https://github.com/hks2002/crystal-report-server-java/commit/3e0355b8afc2e399a4a14add449f1b5faa52dbb7)) +* 🐛fix getClass ([5bd4bb1](https://github.com/hks2002/crystal-report-server-java/commit/5bd4bb1ec65e90f88a60086cb593d7c2f9e6b8a1)) +* 🐛fix run/debug is not valid project ([786c7d4](https://github.com/hks2002/crystal-report-server-java/commit/786c7d40e2ff3e757a5291854d3f5898703de069)) +* 🐛fixed report folder locations ([4269221](https://github.com/hks2002/crystal-report-server-java/commit/42692213e00767e873ef3b800a4974cf28b80cad)) +* 🐛JNDI name for CR ([30d8e40](https://github.com/hks2002/crystal-report-server-java/commit/30d8e40fc4414dcef6ce1e9c510047a178fe23aa)) +* 🐛JNDI name for CR ([cef5500](https://github.com/hks2002/crystal-report-server-java/commit/cef5500f0d3bdaaffbf5492af04a93ee69748330)) +* 🐛rename launch ([0a85ae9](https://github.com/hks2002/crystal-report-server-java/commit/0a85ae922bcf1d0f166d1bea75a6f95e3eb7f520)) +* 🐛update CRHelper ([c89d050](https://github.com/hks2002/crystal-report-server-java/commit/c89d0507baa0d8ee55c617906c7da1c19d904853)) + + +### Performance Improvements + +* 🚀change some code for JNDI ([9e1ed56](https://github.com/hks2002/crystal-report-server-java/commit/9e1ed5678cf8d87145dcd019721aab6a6c220606)) +* 🚀save data source ([9094b9f](https://github.com/hks2002/crystal-report-server-java/commit/9094b9fd5a7dd66e2328234cf779ae1875b2d9a9)) + + +### Documentation + +* 📚Add Crystal Document Object Model Diagram ([4a88eb9](https://github.com/hks2002/crystal-report-server-java/commit/4a88eb991a4e7d819a298262f97ce897044f02cc)) +* 📚add JNDI sample notes ([fb49696](https://github.com/hks2002/crystal-report-server-java/commit/fb49696054be0ff927e11bb635a9ba39887e475c)) +* 📚add performance suggestion ([c320adc](https://github.com/hks2002/crystal-report-server-java/commit/c320adc362118ce51a9c1787ae35bbf76a3c5550)) + ## [1.2.0](https://github.com/hks2002/crystal-report-server-java/compare/v1.1.0...v1.2.0) (2023-09-11)