Skip to content

Commit

Permalink
Release 4.0.0 (#29)
Browse files Browse the repository at this point in the history
* Support for Ingest endpoints and format.
  • Loading branch information
tung-vu-td authored Feb 13, 2023
1 parent 4f34ea6 commit ba2e07e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Change Log

## version 4.0.0
_2023-02-10_

* Support for Ingest endpoints and format.

4 changes: 2 additions & 2 deletions KeenClientTD.podspec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Pod::Spec.new do |spec|
spec.name = 'KeenClientTD'
spec.version = '3.9.0'
spec.version = '4.0.0'
spec.license = { :type => 'MIT' }
spec.platforms = { :ios => "12.0", :tvos => "9.0" }
spec.platforms = { :ios => "12.0", :tvos => "12.0" }
spec.homepage = 'https://github.com/treasure-data/KeenClient-iOS'
spec.authors = { 'Mitsunori Komatsu' => 'mitsu@treasure-data.com' }
spec.summary = 'Keen iOS client library forked by TD.'
Expand Down
5 changes: 2 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ import PackageDescription
let package = Package(
name: "KeenClientTD",
platforms: [
.macOS(.v10_10),
.iOS(.v11),
.tvOS(.v9),
.iOS(.v12),
.tvOS(.v12),
],
products: [
.library(
Expand Down

0 comments on commit ba2e07e

Please sign in to comment.