Skip to content

Commit 63bbb4b

Browse files
committed
chore: update README.md [skip-ci]
1 parent 78f9cfe commit 63bbb4b

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.3.0] - 2024-11-06
8+
## [1.3.0] - 2025-11-06
99

1010
### Added
1111

@@ -69,4 +69,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6969
log.Printf("Error setting attributes: %v", err)
7070
}
7171
}
72-
```
72+
```

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# VWO Feature Management and Experimentation SDK for Go
22

33
[![CI](https://github.com/wingify/vwo-fme-go-sdk/workflows/CI/badge.svg?branch=master)](https://github.com/wingify/vwo-fme-go-sdk/actions?query=workflow%3ACI)
4-
[![codecov](https://codecov.io/gh/wingify/vwo-fme-go-sdk/branch/master/graph/badge.svg?token=WZ9LNISPPJ)](https://codecov.io/gh/wingify/vwo-fme-go-sdk)
54
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
65

76
## Overview
@@ -211,7 +210,7 @@ Example usage:
211210
attributeMap := map[string]interface{}{
212211
"plan": "premium",
213212
"trial_used": true,
214-
"signup_date": "2024-01-01",
213+
"signup_date": "2025-01-01",
215214
}
216215

217216
err := vwoInstance.SetAttribute(attributeMap, context)
@@ -454,4 +453,4 @@ Our [Code of Conduct](https://github.com/wingify/vwo-fme-go-sdk/blob/master/CODE
454453

455454
[Apache License, Version 2.0](https://github.com/wingify/vwo-fme-go-sdk/blob/master/LICENSE)
456455

457-
Copyright 2024-2025 Wingify Software Pvt. Ltd.
456+
Copyright 2025 Wingify Software Pvt. Ltd.

0 commit comments

Comments
 (0)