Skip to content

Commit f9b6836

Browse files
authored
Merge pull request #91 from heroku/release-v1.1.4
Release v1.1.4
2 parents e6abfb2 + 78f435f commit f9b6836

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [1.1.4](https://github.com/heroku/heroku-applink-python/compare/v1.0.0...1.1.4) - 2025-09-03
7+
8+
9+
### Changes
10+
11+
* Errors from requests to the Salesforce REST API will now result in `SalesforceRestApiError` being raised, rather than `aiohttp.ClientResponseError`. (#82) ([#82](https://github.com/heroku/heroku-applink-python/pull/82)) -- this was from v1.1.0, which did not get released.
12+
13+
### Features
14+
15+
16+
### Other
17+
18+
* switch to annotated git tag
19+
* release-v1.1.3 bump-patch
20+
* sign with passphrase
21+
* release-v1.1.2 bump-patch
22+
* attempt to add gpg key with passphrase too
23+
* release-v1.1.1 bump-patch
24+
* add GPG key to enable signed tags (#84) ([#84](https://github.com/heroku/heroku-applink-python/pull/84))
25+
* release-v1.1.0 bump-minor
26+
* Don't use raise_for_status by default
27+
* building instead of downloading artifact (#80) ([#80](https://github.com/heroku/heroku-applink-python/pull/80))
28+
629
# [1.1.3](https://github.com/heroku/heroku-applink-python/compare/v1.0.0...1.1.3) - 2025-09-03
730

831

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "heroku_applink"
7-
version = "1.1.3"
7+
version = "1.1.4"
88
description = "Simple SDK for Heroku AppLink and Salesforce development"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)