Skip to content

Commit

Permalink
chore: Release v2.16.1 (meltano#7348)
Browse files Browse the repository at this point in the history
Co-authored-by: WillDaSilva <WillDaSilva@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and WillDaSilva committed Feb 24, 2023
1 parent 4af03b2 commit 3b1215f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
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.16.1 (2023-02-24)

### 🐛 Fixes

- [#7347](https://github.com/meltano/meltano/issues/7347) Error in `meltano add` when using env var proxies (e.g. `HTTP_PROXY`)
- [#7344](https://github.com/meltano/meltano/issues/7344) Improve config JSON array/object error message and parser

## v2.16.0 (2023-02-21)

### ✨ 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.16.0",
"version": "2.16.1",
"description": "https://meltano.com",
"main": "index.js",
"scripts": {
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.16.0"
version = "2.16.1"
description = "Meltano is your CLI for ELT+: Open Source, Flexible, and Scalable. Move, transform, and test your data with confidence using a streamlined data engineering workflow you’ll love."
authors = ["Meltano <hello@meltano.com>"]
license = "MIT"
Expand Down Expand Up @@ -494,7 +494,7 @@ skip_covered = true
[tool.commitizen]
name = "cz_version_bump"
tag_format = "v$major.$minor.$patch$prerelease"
version = "2.16.0"
version = "2.16.1"
version_files = [
"pyproject.toml:^version =",
"src/meltano/__init__.py:^__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.16.0"
__version__ = "2.16.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.16.0",
"version": "2.16.1",
"private": true,
"scripts": {
"dev": "npm run serve",
Expand Down

0 comments on commit 3b1215f

Please sign in to comment.