Skip to content

Commit

Permalink
chore: Release v2.7.1 (meltano#6799)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 27, 2022
1 parent dd00b2e commit 69268f0
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a Changelog](http://keepachangelog.com/).

## v2.7.1 (2022-09-27)

### 🐛 Fixes

- [#6797](https://github.com/meltano/meltano/issues/6797) Show appropriate UI toasts
- [#6795](https://github.com/meltano/meltano/issues/6795) Correct migration path for state table

### 📚 Documentation Improvements

- [#6791](https://github.com/meltano/meltano/issues/6791) Remove datahub docs from guide

## v2.7.0 (2022-09-23)

### ✨ New
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "meltano.com",
"author": "Meltano Team & Contributors <hello@meltano.com>",
"license": "MIT",
"version": "2.7.0",
"version": "2.7.1",
"description": "https://meltano.com",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meltano",
"version": "2.7.0",
"version": "2.7.1",
"private": true,
"scripts": {
"build": "yarn build:docs && yarn build:webapp",
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "meltano"
version = "2.7.0"
version = "2.7.1"
description = "Meltano: Your DataOps Platform Infrastructure"
authors = ["Meltano <hello@meltano.com>"]
license = "MIT"
Expand Down Expand Up @@ -149,7 +149,7 @@ exclude_lines = [

[tool.commitizen]
name = "cz_version_bump"
version = "2.7.0"
version = "2.7.1"
tag_format = "v$major.$minor.$patch$prerelease"
version_files = [
"pyproject.toml:^version =",
Expand Down
2 changes: 1 addition & 1 deletion src/meltano/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from __future__ import annotations

# Managed by commitizen
__version__ = "2.7.0"
__version__ = "2.7.1"
2 changes: 1 addition & 1 deletion src/webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "meltano-webapp",
"version": "2.7.0",
"version": "2.7.1",
"private": true,
"scripts": {
"dev": "npm run serve",
Expand Down

0 comments on commit 69268f0

Please sign in to comment.