Skip to content

Commit

Permalink
Updating to version 1.2.1 for future release (#115) (#117)
Browse files Browse the repository at this point in the history
Signed-off-by: Harsha Vamsi Kalluri <[email protected]>

Signed-off-by: Harsha Vamsi Kalluri <[email protected]>
(cherry picked from commit f38f3af)
  • Loading branch information
harshavamsi authored Nov 1, 2022
1 parent abd6402 commit d1e8672
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/auto-label.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"rules": {
"Infra": [".ci/**/*", ".github/**/*", "build/**/*"],
"v1.2.0": "**/*"
"v1.2.1": "**/*"
}
}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create Release Candidate

on: [pull_request, push]
env:
VERSION: 1.2.0
VERSION: 1.2.1
jobs:
create-release-artifacts:
name: Create Release Artifacts
Expand Down
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# CHANGELOG
Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [Unreleased]
### Added
- Github workflow for changelog verification ([#111](https://github.com/opensearch-project/opensearch-net/pull/111))
- Bump version to `1.2.1`([#115](https://github.com/opensearch-project/opensearch-net/pull/115))

### Changed

### Deprecated

### Removed

### Fixed

### Security


[Unreleased]: https://github.com/opensearch-project/opensearch-net/compare/1.2.0...HEAD
6 changes: 3 additions & 3 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<Project>
<!-- Default Version numbers -->
<PropertyGroup>
<CurrentVersion>1.2.0</CurrentVersion>
<CurrentAssemblyVersion>1.2.0</CurrentAssemblyVersion>
<CurrentAssemblyFileVersion>1.2.0</CurrentAssemblyFileVersion>
<CurrentVersion>1.2.1</CurrentVersion>
<CurrentAssemblyVersion>1.2.1</CurrentAssemblyVersion>
<CurrentAssemblyFileVersion>1.2.1</CurrentAssemblyFileVersion>
<!-- Version and Informational reflect actual version -->
<Version>$(CurrentVersion)</Version>
<InformationalVersion>$(CurrentVersion)</InformationalVersion>
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"rollForward": "latestFeature",
"allowPrerelease": false
},
"version": "1.2.0",
"version": "1.2.1",
"doc_current": "1.2",
"doc_branch": "1.x"
}

0 comments on commit d1e8672

Please sign in to comment.