Skip to content

Commit

Permalink
updating changelog and bumping version to 1.1.0 (#35)
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Fichtel <efichtel@adobe.com>
  • Loading branch information
ericfichtel and eric-fichtel-adobe committed Jan 9, 2023
1 parent f4d6acf commit 17ad3ed
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,21 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 1.1.0 - 2023-01-09

### Added

- Additional support for complex domain parsing for on-device-decisioning

### Fixed

- Client custom Mbox parameters now correctly support dot notation
- ODD artifacts are now limited to property-specific activities if the `property_token` is included during initialization

### Changed

- Updated Target OpenAPI specifications and associated tests
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = target-python-sdk
version = 1.0.0
version = 1.1.0
description = Adobe Target Python SDK
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 17ad3ed

Please sign in to comment.