We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 014ea75 commit 057ab9fCopy full SHA for 057ab9f
2 files changed
CHANGELOG.md
@@ -1,5 +1,25 @@
1
# Changelog
2
3
+## v1.113.0 (2026-03-02)
4
+
5
+### Deprecations and Removals
6
7
+ * Aria-1 retirement
8
9
+### Features
10
11
+ * Automate updating examples list in docs
12
13
+### Bug Fixes and Other Changes
14
15
+ * integ test fix after Aria-1 retirement
16
17
+### Documentation Changes
18
19
+ * added script to display recent arXiv publications in README
20
+ * update headings and descriptions for api reference
21
+ * improve deduplication logic in update_examples script
22
23
## v1.112.1 (2026-02-18)
24
25
### Bug Fixes and Other Changes
src/braket/_sdk/_version.py
@@ -15,4 +15,4 @@
Version number (major.minor.patch[-label])
"""
-__version__ = "1.112.2.dev0"
+__version__ = "1.113.0"
0 commit comments