diff --git a/CHANGELOG.md b/CHANGELOG.md index 69f8f87..2cb9f52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [1.2.0](https://github.com/sandialabs/qick-dawg/compare/v1.1.0...v1.2.0) (2025-01-17) + + +### Features + +* **photon_counting:** confirmed photon counting works for all pulse sequences ([8b2b19b](https://github.com/sandialabs/qick-dawg/commit/8b2b19be11afb0ecf28463a3fcdd160128649500)) + + + # [1.1.0](https://github.com/sandialabs/qick-dawg/compare/v1.0.2...v1.1.0) (2025-01-15) diff --git a/src/qickdawg/version.json b/src/qickdawg/version.json index fabbd9a..a15e91f 100644 --- a/src/qickdawg/version.json +++ b/src/qickdawg/version.json @@ -1,3 +1,3 @@ { - "version": "1.1.0" + "version": "1.2.0" }