diff --git a/CHANGES.md b/CHANGES.md index 842f46f..97b34e3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,45 @@ +2024-12-10, Version 0.5.1 +========================= + + * fea: add support for Macos AMR64 platform (Bimal Jha) + + * Update Go Lang version (#254) (VIKAS MATHUR) + + +2024-09-06, Version 0.5.0 +========================= + + * Update DB Create and Drop testcase (#253) (VIKAS MATHUR) + + * Update Pooling testcases (#252) (VIKAS MATHUR) + + * update workflow file for test (Bimal Jha) + + * Update go.yml (VIKAS MATHUR) + + * fix connection issue in github action (Bimal Jha) + + * fix spacing issue by replacing tab with 4spaces (Bimal Jha) + + * Support for logging (#251) (VIKAS MATHUR) + + * Update actions (#248) (hydernaqvi) + + * Updated all testcase with error check (#249) (VIKAS MATHUR) + + * Code alignment (#244) (VIKAS MATHUR) + + * Logs at API Level (#241) (VIKAS MATHUR) + + * Cleanup Files and README (#240) (hydernaqvi) + + * z/OS Initial Port (#239) (hydernaqvi) + + * fix issue #236 Decimal value by instering as string, columnSize should be of maximum decimal precision (#237) (sirius) + + * doc: update Readme file (Bimal Jha) + + 2023-11-23, Version 0.4.5 ========================= diff --git a/go.mod b/go.mod index c74642f..1567ced 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ module github.com/ibmdb/go_ibm_db -go 1.23.1 +go 1.23.4 require github.com/ibmruntimes/go-recordio/v2 v2.0.0-20240416213906-ae0ad556db70