File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,11 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
2323
2424## [ Unreleased]
2525
26+ ## [ 1.1.2] - 2026-03-02
27+
28+ * Add population_value field to GeoInfo Proto
29+ * Add ComputationBackend proto to Meridian
30+
2631## [ 1.1.1] - 2025-12-22
2732
2833* Add field to record ArviZ version in meridian_model proto definition.
@@ -40,4 +45,5 @@ To release a new version (e.g. from `1.0.0` -> `2.0.0`):
4045[ 1.0.0 ] : https://github.com/google/meridian/releases/tag/proto-v1.0.0
4146[ 1.1.0 ] : https://github.com/google/meridian/releases/tag/proto-v1.1.0
4247[ 1.1.1 ] : https://github.com/google/meridian/releases/tag/proto-v1.1.1
43- [ Unreleased ] : https://github.com/google/meridian/compare/proto-v1.1.1...HEAD
48+ [ 1.1.2 ] : https://github.com/google/meridian/releases/tag/proto-v1.1.2
49+ [ Unreleased ] : https://github.com/google/meridian/compare/proto-v1.1.2...HEAD
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ keywords = [
2121 " protobuf" ,
2222]
2323
24- version = " 1.1.1 "
24+ version = " 1.1.2 "
2525
2626dependencies = [
2727 " googleapis-common-protos" ,
You can’t perform that action at this time.
0 commit comments