Skip to content

Commit

Permalink
Merge pull request #48 from rudderlabs/release/2.0.0
Browse files Browse the repository at this point in the history
chore(release): pulling release/2.0.0 into master
  • Loading branch information
SKannaniOS authored Sep 3, 2024
2 parents a816d39 + 761d7f5 commit e307fa3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [1.3.0](https://github.com/rudderlabs/metrics-reporter-ios/compare/v1.2.1...v1.3.0) (2024-08-29)
## [2.0.0](https://github.com/rudderlabs/metrics-reporter-ios/compare/v1.2.1...v2.0.0) (2024-09-03)


### ⚠ BREAKING CHANGES

* Removal of the existing constant metrics URL

### Features

* change the existing constant url to receiving url from sdk initialisation ([6e2f97e](https://github.com/rudderlabs/metrics-reporter-ios/commit/6e2f97e601c0bfa2532613449a9b42f32cc7d7e8))

### [1.2.1](https://github.com/rudderlabs/metrics-reporter-ios/compare/v1.2.0...v1.2.1) (2024-01-03)

Expand Down
1 change: 1 addition & 0 deletions Examples/SampleSwift/SampleSwift/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
client?.process(metric: countMetric)
}


return true
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "1.3.0",
"version": "2.0.0",
"description": "Rudder is a platform for collecting, storing and routing customer event data to dozens of tools"
}
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sonar.qualitygate.wait=false
sonar.projectKey=rudderlabs_metrics-reporter-ios
sonar.organization=rudderlabs
sonar.projectName=Metrics Reporter iOS
sonar.projectVersion=1.3.0
sonar.projectVersion=2.0.0

# Meta-data for the project
sonar.links.scm=https://github.com/rudderlabs/metrics-reporter-ios
Expand Down

0 comments on commit e307fa3

Please sign in to comment.