@@ -5,6 +5,55 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ v1.3.4] - 2026-07-29
9+
10+ ### Changed
11+ - ** Dependencies** : Bumped ` github.com/agntcy/dir/api ` , ` github.com/agntcy/dir/client ` , and ` github.com/agntcy/dir/utils ` to ` v1.6.2 `
12+ - ** Dependencies** (security): Bumped ` github.com/klauspost/compress ` to ` v1.18.7 `
13+ - ** Dependencies** (security): Bumped ` google.golang.org/grpc ` to ` v1.82.1 `
14+ - ** Dependencies** (security): Bumped ` golang.org/x/net ` to ` v0.56.0 `
15+ - ** Dependencies** (security): Bumped ` golang.org/x/text ` to ` v0.39.0 `
16+ - ** CI/CD** : Updated GitHub Actions
17+
18+ [ Full Changelog] ( https://github.com/agntcy/dir-runtime/compare/v1.3.3...v1.3.4 )
19+
20+ ## [ v1.3.3] - 2026-07-14
21+
22+ ### Changed
23+ - ** Toolchain** : Updated Go to ` v1.26.5 `
24+ - ** Dependencies** : Bumped ` github.com/moby/moby/client ` to ` v0.5.0 `
25+ - ** CI/CD** : Updated GitHub Actions
26+ - ** Docs** : Simplified README
27+
28+ [ Full Changelog] ( https://github.com/agntcy/dir-runtime/compare/v1.3.2...v1.3.3 )
29+
30+ ## [ v1.3.2] - 2026-06-17
31+
32+ ### Fixed
33+ - ** Modules** : Tidied Go module dependencies
34+
35+ ### Changed
36+ - ** Toolchain** : Updated Go to ` v1.26.4 `
37+ - ** CI/CD** : Updated GitHub Actions
38+ - ** Docs** : Moved documentation files and updated filenames and links
39+
40+ [ Full Changelog] ( https://github.com/agntcy/dir-runtime/compare/v1.3.1...v1.3.2 )
41+
42+ ## [ v1.3.1] - 2026-05-28
43+
44+ ### Changed
45+ - ** Toolchain** : Updated Go to ` v1.26.3 `
46+ - ** Dependencies** (security): Bumped ` golang.org/x/crypto ` to ` v0.52.0 `
47+ - ** Dependencies** (security): Bumped ` golang.org/x/net ` to ` v0.55.0 `
48+ - ** Dependencies** (security): Bumped ` github.com/in-toto/in-toto-golang ` to ` v0.11.0 `
49+ - ** Dependencies** : Bumped ` google.golang.org/grpc ` to ` v1.81.1 `
50+ - ** Dependencies** : Bumped ` go.etcd.io/etcd/client/v3 ` to ` v3.6.11 `
51+ - ** Dependencies** : Bumped ` github.com/thalesgroup/crypto11 ` to ` v1.6.1 `
52+ - ** CI/CD** : Updated GitHub Actions
53+ - ** CI/CD** : Fixed Codecov upload
54+
55+ [ Full Changelog] ( https://github.com/agntcy/dir-runtime/compare/v1.3.0...v1.3.1 )
56+
857## [ v1.3.0] - 2026-05-05
958
1059### Added
0 commit comments